npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.objects-redis

v4.0.5

Published

This is not an Adapter for ioBroker, but part of js-controller to enable the storage of objects in REDIS.

Downloads

164

Readme

Objects in REDIS for ioBroker

This is not an Adapter for ioBroker, but part of js-controller to enable the storage of objects in REDIS.

Changelog

4.0.4 (2020-06-19)

  • (foxriver76) use connection name to allow CLIENT SETNAME

4.0.3 (2020-06-08)

  • (foxriver76) throw error on writeFile without Meta object
  • (foxriver76) add objectExist method
  • (foxriver76) change some callbacks to maybeCb

4.0.2 (2020-06-01)

  • (foxriver76) using promises for all redis calls

4.0.1 (2020-05-27)

  • (foxriver76) add maybeCallback(WithError) helper methods

4.0.0 (2020-05-27)

  • (foxriver76) use redis scan command instead keys

3.3.9 (2020-05-24)

  • (Apollon77) re-add fileExists method
  • (bluefox) use auth_pass as redis password if provided

3.3.8 (2020-05-09)

  • (Apollon77) check that data is existing for writeFile

3.3.7 (2020-05-04)

  • (foxriver76) Added fileExists function

3.3.6 (2020-05-03)

  • (foxriver76) change logging for invalid readFile's to debug

3.3.5 (2020-05-01)

  • (foxriver76) fix logging in some places

3.3.4 (2020-04-28)

  • (Apollon77) Fixed one callback typo

3.3.3 (2020-04-26)

  • (bluefox) Catch some errors if no callback defined

3.3.2 (2020-04-17)

  • (Apollon77) make sure when db connection is closed while reading view data it is handled correctly

3.3.1 (2020-04-15)

  • (Apollon77) baseline version to generate map files for official js.controller 3 latest release

3.3.0 (2020-04-11)

  • (Apollon77) use deep-clone and isDeepStrictEqual
  • (Apollon77) implement Async methods for all relevant methods

3.2.1 (2020-04-06)

  • (Apollon77) Adjust invalid protocol error message

3.2.0 (2020-04-06)

  • (foxriver76) make sure all internal paths for file store are linux style
  • (foxriver76) add check and warning logs when file actions are tried without a proper meta object

3.1.1 (2020-04-03)

  • (Apollon77) Fix some Objects File checks

3.1.0 (2020-04-01)

  • (Apollon77) Make sure methods that call callback async (e.g. because of db communication) always do that async

3.0.0 (2020-03-28)

  • (foxriver76) Performance increase: adjust lua scripts and JS code to use SCAN for filter scripts
  • (foxriver76) code formatting