alaska-cache-redis
v0.13.2
Published
Alaska redis cache driver
Downloads
7
Readme
alaska-cache-redis
Alaska redis cache driver
configure
cache: {
type: 'alaska-cache-redis',
// The connection URI string
url: 'redis://localhost/0',
// Default maximum age in milliseconds, 0 for forever
maxAge: 3600 * 1000,
//more https://github.com/NodeRedis/node_redis#options-is-an-object-with-the-following-possible-properties
}
Contribute
License
This project is licensed under the terms of the MIT license