0.0.5 • Published 5 years ago

ilp-store-redis v0.0.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

ILP Store Redis

ILP store for the connector, using redis as a backend

const Store = require('ilp-store-redis')
const redisStore = new Store({
  path: 'test.example', // used as prefix for keys and publish
  port: 6379 // extra arguments are passed to `ioredis` constructor
})

await redisStore.get(key)
await redisStore.put(key, value)
await redisStore.del(key)
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.0

6 years ago