2.2.3 • Published 3 years ago

kvs-redis v2.2.3

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

kvs-redis

Redis adapter for kvs

Installation

> npm i kvs-redis

Usage

import {Store} from 'kvs';

const store = Store.create('redis', {
  /*...*/
});

(async () => {
  const bucket = await store.createBucket(/*...*/);
  // ...
})();
2.2.1

3 years ago

2.2.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.1.0

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago