@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 });

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