# [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 seconds
  maxAge: 1000 * 60 * 60,
  //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
