others
- [
703dc7c
] - chore: use package.files (dead-horse <dead_horse@qq.com>) - [
16222f7
] - chore: added node@10.x to travis.yml (niftylettuce <niftylettuce@gmail.com>) - [
059476b
] - deps: remove hiredis (#48) (snadn <snadn@snadn.cn>)
- didn't update history for v3.0.0
- feat: optional custom serialize and deserialize functions (#36)
- fix typos in readme (#37)
- update dependencies
- add node v8 to travis
- feat: wrap to promise and support async function (#30)
- update for new hiredis v0.5, update all devdeps
- republish to NPM
- update for new redis v2.6, update all deps
- update for new redis, update all deps, update tests and coverage, update docs
- make sure ttl is an integer, fixes #9
- bump redis@0.12
- bump dependencies
- update readme
- simplify redis store
- 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
- 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
- refine travis.yml, use cnpmjs
- fix test, add co to devDependencies
- fix readme
- add benchmark test
- update readme
- add example
- complete test, add get maxAge from cookie
- fix koa-redis
- add AUTHORS
- update all badges
- init redis client
- Initial commit