2.2.3 • Published 2 years ago

kvs-redis v2.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
2 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

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.1.0

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago