1.3.0 • Published 4 years ago

@endb/redis v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago