cantina-redis

4.1.2 • Public • Published

cantina-redis

Create redis-backed models or interact with a redis server.

Provides

  • app.redis - Redis client (haredis).
  • app.redis.module - The required haredis module.
  • app.redisKey - Returns a prefixed key suitable for redis queries.

Configuration

  • redis - Options for creating the haredis client.

Defaults

{
  redis: {
    nodes: ['127.0.0.1:6379'],
    prefix: 'cantina'
  }
}

Developed by Terra Eclipse

Terra Eclipse, Inc. is a nationally recognized political technology and strategy firm located in Santa Cruz, CA and Washington, D.C.

Readme

Keywords

none

Package Sidebar

Install

npm i cantina-redis

Weekly Downloads

5

Version

4.1.2

License

none

Last publish

Collaborators

  • cpsubrian