4.1.2 • Published 7 years ago

cantina-redis v4.1.2

Weekly downloads
6
License
-
Repository
github
Last release
7 years ago

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.

3.0.1

7 years ago

4.1.2

10 years ago

4.1.1

10 years ago