1.2.0 • Published 7 years ago

good-guy-cache-redis v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Build Status Coverage Status

Redis cache implementation for Good Guy HTTP.

Usage

var RedisCache = require('good-guy-cache-redis');

var cache = new RedisCache({
    host: 'redis.host', port: 1234, options: { ...native RedisClient options...},

    auth: ...      // if set, will be sent with a Redis AUTH command right after connecting
    ttl: 60 * 30,  // time-to-live for cached values, in seconds
                   // (set to Infinity if they should never expire)
                   // (default is 24h)
1.2.0

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago