api documentation for express-redis-cache (v0.5.1)

A module to make Express interact with Redis (create, get, delete). You can automatically cache all your most popular routes in Redis.

table of contents

  1. module express-redis-cache
    1. function express-redis-cache (options)
    2. function express-redis-cache.ExpressRedisCache (options)
    3. object express-redis-cache.ExpressRedisCache.prototype
  2. module express-redis-cache.ExpressRedisCache
    1. function express-redis-cache.ExpressRedisCache (options)
    2. function express-redis-cache.ExpressRedisCache.init (options)
    3. function express-redis-cache.ExpressRedisCache.super_ ()
  3. module express-redis-cache.ExpressRedisCache.prototype
    1. function express-redis-cache.ExpressRedisCache.prototype.add (name, body, options, callback)
    2. function express-redis-cache.ExpressRedisCache.prototype.del (name, callback)
    3. function express-redis-cache.ExpressRedisCache.prototype.get (name, callback)
    4. function express-redis-cache.ExpressRedisCache.prototype.route ()
    5. function express-redis-cache.ExpressRedisCache.prototype.size ( callback // Callback )

module express-redis-cache

function express-redis-cache (options)

function express-redis-cache.ExpressRedisCache (options)

module express-redis-cache.ExpressRedisCache

function express-redis-cache.ExpressRedisCache (options)

function express-redis-cache.ExpressRedisCache.init (options)

function express-redis-cache.ExpressRedisCache.super_ ()

module express-redis-cache.ExpressRedisCache.prototype

function express-redis-cache.ExpressRedisCache.prototype.add (name, body, options, callback)

function express-redis-cache.ExpressRedisCache.prototype.del (name, callback)

function express-redis-cache.ExpressRedisCache.prototype.get (name, callback)

function express-redis-cache.ExpressRedisCache.prototype.route ()

function express-redis-cache.ExpressRedisCache.prototype.size ( callback // Callback )

[ this document was created with utility2 ]