Skip to content

cantina/cantina-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Redis for Cantina applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published