@aredridel/catbox-redis

2.0.0 • Public • Published

catbox-redis Build Status

Redis adapter for catbox

Lead Maintainer: Loic Mahieu

Options

  • host - the Redis server hostname. Defaults to '127.0.0.1'.
  • port - the Redis server port or unix domain socket path. Defaults to 6379.
  • password - the Redis authentication password when required.
  • database - the Redis database.
  • partition - this will store items under keys that start with this value. (Default: '')

Tests

The test suite expects a redis server to be running on port 6379.

redis-server&
npm test

Dependents (0)

Package Sidebar

Install

npm i @aredridel/catbox-redis

Weekly Downloads

2

Version

2.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • aredridel