UNPKG

alaska-cache-redis

Version:

Alaska redis cache driver

27 lines (18 loc) 602 B
# [alaska-cache-redis](https://github.com/maichong/alaska-cache-redis) Alaska redis cache driver ## configure ```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 } ``` ## Contribute [Maichong Software](http://maichong.it) [Liang Xingchen](https://github.com/liangxingchen) ## License This project is licensed under the terms of the MIT license