1.1.2 • Published 5 years ago

ioredis-notifier v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

ioredis-notifier

#Example

const notifer = require("ioredis-notifier");
notifer.init({
    host: 'localhost',
    port: 6379,
    password: 'some-password'
  }).then(() => {
  console.log("done");

  notifer.addEventListener("myRegexSearchingForAKey.*", notifer.events.expired, (key, event) => {
    console.log("expired");
    console.log(key, event);
  });
});
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago