fixes
- [
ce7e40e
] - fix: should listen redis ready event before app start (#29) (killa <[email protected]>)
fixes
- [
3b0fa5a
] - fix(types): add multi client support for typescript (#27) (mars <[email protected]>)
- feat: redis sentinel config support (#26)
- deps: add @types/ioredis to deps (#25)
features
- [
f062dd5
] - feat: support typescript (#23) (耐小心 <[email protected]>)
features
- [
ee3fda1
] - feat: support customize ioredis version (#21) (Yiyu He <[email protected]>)
fixes
- [
fbfbbfa
] - fix: show real redis server time by TIME command (#20) (fengmk2 <[email protected]>)
others
- [
70e85e2
] - chore: add package.files (dead-horse <[email protected]>) - [
45585e8
] - chore: update dependencies and fix ci (#16) (Yiyu He <[email protected]>) - [
8b88641
] - refactor: use async function (#15) (QIAO <[email protected]>) - [
8dd3776
] - deps: Update ioredis (#14) (thegatheringstorm <[email protected]>) - [
59d9579
] - docs: fix some typo (#13) (kyle <[email protected]>) - [
de17719
] - docs:add nopassword doc (#12) (Adams <[email protected]>) - [
5b0dd99
] - chore:bump to 1.0.2 (jtyjty99999 <[email protected]>),
- fix : fix check method (#10)
- docs: add configuration details (#9)
- test: upgrade all deps (#7)
- docs:fix redis cluster doc (#6)
- fix:fix zero judgement (#5)
- feat: implement with ioredis