@endb/redis
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

@endb/redis

Redis adapter for Endb

Installation

npm install @endb/redis

Usage

const Endb = require('endb');
const endb = new Endb('redis://user:pass@localhost:6379');
const EndbRedis = require('@endb/redis');

const store = new EndbRedis({
  uri: 'redis://user:pass@localhost:6379',
  retry_unfulfilled_commands: true,
});
const endb = new Endb({ store });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.0
    1
  • 1.2.0
    2
  • 1.1.0
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i @endb/redis

Homepage

endb.js.org/

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

3.91 kB

Total Files

6

Last publish

Collaborators

  • chroventer