0.1.0 • Published 9 years ago

catbox-redis-master-slave v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

cabox-redis-master-slave

Circle CI

redis engine for catbox that handles the master-slave replication

Options

{
  write: {
    host: 127.0.0.1,
    port: 6379
  },
  read: {
    host: 127.0.0.1,
    port: 6379
  },
  password: 'password',
  partition: 'www'
}
  • 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.
  • partition - this will store items under keys that start with this value. (Default: '')
0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

10 years ago