alaska-cache-redis
Version:
Alaska redis cache driver
27 lines (18 loc) • 602 B
Markdown
Alaska redis cache driver
```javascript
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
}
```
[](http://maichong.it)
[](https://github.com/liangxingchen)
This project is licensed under the terms of the MIT license