juliusrickert / catbox-redis

Redis adapter for catbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

catbox-redis

Redis adapter for catbox

Lead Maintainer: Eran Hammer

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: '')

About

Redis adapter for catbox

License:Other


Languages

Language:JavaScript 99.2%Language:Shell 0.8%