koa-redis
Version:
Redis storage for Koa session middleware/cache with Sentinel and Cluster support
112 lines (77 loc) • 2.48 kB
Markdown
3.1.3 / 2018-10-19
==================
**others**
* [[`703dc7c`](http://github.com/koajs/koa-redis/commit/703dc7c8776b677cc9a53dcaab8eacaa45c671ef)] - chore: use package.files (dead-horse <<dead_horse@qq.com>>)
* [[`16222f7`](http://github.com/koajs/koa-redis/commit/16222f78594a5d86560d78f83f866e4cc680c4b5)] - chore: added node@10.x to travis.yml (niftylettuce <<niftylettuce@gmail.com>>)
* [[`059476b`](http://github.com/koajs/koa-redis/commit/059476b3cad85ae42625024798fa9dfb18e70262)] - deps: remove hiredis (#48) (snadn <<snadn@snadn.cn>>)
3.1.1 / 2017-09-09
==================
* didn't update history for v3.0.0
3.1.0 / 2017-09-09
==================
* feat: optional custom serialize and deserialize functions (#36)
* fix typos in readme (#37)
* update dependencies
* add node v8 to travis
3.0.0 / 2017-04-17
==================
* feat: wrap to promise and support async function (#30)
2.1.2 / 2016-08-04
==================
* update for new hiredis v0.5, update all devdeps
2.1.1 / 2016-05-19
==================
* republish to NPM
2.1.0 / 2016-05-18
==================
* update for new redis v2.6, update all deps
2.0.0 / 2016-01-09
==================
* update for new redis, update all deps, update tests and coverage, update docs
1.0.1 / 2015-08-20
==================
* make sure ttl is an integer, fixes #9
1.0.0 / 2014-11-17
==================
* bump redis@0.12
0.1.1 / 2014-06-09
==================
* bump dependencies
0.1.0 / 2014-02-27
==================
* update readme
* simplify redis store
0.0.5 / 2014-02-06
==================
* add autod, update authors
* Merge pull request #4 from ktmud/master
* use setex
* more resonable debug
* Merge pull request #3 from nomadster/patch-1
* allow ttl to be null
* Fixed prefix: typo
0.0.4 / 2014-02-01
==================
* fix expires tll, add test. fix maxage typo
* cookies module uses maxage all lowercase
* Fix bug where expires is string but should be Date
* fix bug where expires is string should be Date
* fix typo
0.0.3 / 2013-12-29
==================
* refine travis.yml, use cnpmjs
* fix test, add co to devDependencies
* fix readme
* add benchmark test
0.0.2 / 2013-12-29
==================
* update readme
* add example
0.0.1 / 2013-12-29
==================
* complete test, add get maxAge from cookie
* fix koa-redis
* add AUTHORS
* update all badges
* init redis client
* Initial commit