node-couchdb-plugin-redis

0.0.2 • Public • Published

node-couchdb-plugin: redis

Plugin for node-couchdb to store cache inside Redis.

API

const Cache = require('node-couchdb-plugin-redis');
 
// accepts same arguments as [`redis createClient method`](https://www.npmjs.com/package/redis)
const cacheInstance = new Cache({
    host: '127.0.0.1',
    port: '6379', 
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0

Package Sidebar

Install

npm i node-couchdb-plugin-redis

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • adrienthiery