Changelog
Version 7
7.0.2
7.0.1
- #125 chore: bump hoek
7.0.0
- #123 Support for node v18, ESM tests, upgrade ioredis
Version 6
6.0.2
- #117 update deps and use travis templates
6.0.1
- #115 Redis Configuration Options
6.0.0
- #112 Only node 12
Version 5
5.0.5
- #109 Use PSETEX instead of SET and PEXP
5.0.4
5.0.3
- #106 Update deps
5.0.2
- #102 Allowing empty password
5.0.1
- #100 hotfix: redis tls opt is an object, not boolean
5.0.0
Version v4
v4.1.0
- #79 Don't mess with provided clients
v4.0.1
- #69 added support for dropSegment
v4.0.0
- #77 Update to work with Catbox 10 (Hapi 17)
Version v3
v3.2.0
v3.1.1
- #74 Ensure the client really is ready
v3.1.0
v3.0.3
v3.0.0
Version v2
v2.0.3
v2.0.2
- #49 Use
falseparameter toclient.endin order to fail silently
v2.0.1
Version v1
v1.1.0
- #36 Ignore partition if not defined
v1.0.9
v1.0.8
- #38 Cleanup tests
- #37 Wait redis client to be ready in order to make sure that authentication has been done
- #31 Loosen dependency to redis 2.x.x to allow 2.3.0 to match
v1.0.6
- #27 Upgrade outdated node-redis dependency
Version 1
1.0.4
- #8 Rename spumko to hapijs
1.0.3
- #7 Remove large ttl test
1.0.2
- #5 Bring coverage back to 100%
1.0.1
- #3 Add example