0.10.1 • Published 8 years ago

volos-cache-redis v0.10.1

Weekly downloads
46
License
MIT
Repository
github
Last release
8 years ago

volos-cache-redis

This is a redis-backed implementation of cache support for Volos.

Once initialized, the interface to the module is exactly what is in the "volos-cache-common" module. See that module for detailed docs.

Initialization

To get a cache, you call "create" on the exported module and pass a name and "options" hash. The options can contain the following parameters:

  • ttl: the default ttl (in ms) to use for cached values (otherwise, 300ms)
  • encoding: the default string encoding to use for cached values (optional)
  • host: redis host (optional, default = 127.0.0.1)
  • port: redis port (optional, default = 6379)
  • db: redis DB to use - defaults to 0.
  • options: redis options (hash, optional) - note: return_buffers will be forced to true

Note: The cache name represents a namespace. A created cache will share values (but not necessary options) with other volos-cache-redis caches on this node you create using the same name.

0.10.1

8 years ago

0.10.0

10 years ago

0.9.4

10 years ago

0.9.3

10 years ago

0.9.2

10 years ago

0.9.1

10 years ago

0.9.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago