Releases: redis/node-redis
Releases · redis/node-redis
[email protected]
🚀 New Features
- RESP3 support: Some command responses in RESP3 aren't stable yet and, therefore, return an "untyped" ReplyUnion.
- Sentinel: You can now connect via Sentinel.
- Type mapping: Version five allows you configuring the type mapping. Responses can be mapped to objects, arrays, or maps. Likewise, numeric formats can be mapped to either strings or numbers.
🛠️ Improvements
- Typing: Multi-commands are now correctly typed.
- API changes: Several API changes are documented in https://github.com/redis/node-redis/blob/master/docs/v4-to-v5.md .
Further details
You can find further details here:
[email protected]
[email protected]
[email protected]
Enhancements
- Upgrade
@redis/client
from1.5.16
to1.6.0
- Upgrade
@redis/json
from1.0.6
to1.0.7
- Upgrade
@redis/search
from1.1.6
to1.2.0
- Upgrade
@redis/time-series
from1.0.5
to1.1.0
[email protected]
Fixes
- fix: make JSON.MGET READONLY (#2807) by @marcoreni in #2808
[email protected]
[email protected]
Enhancements
- Upgrade
@redis/client
from1.5.16
to1.5.17
[email protected]
Fixes
- fix createCluster - copy
options.defaults.socket
before modifying it by @soccermax in #2783
[email protected]
Enhancements
- Upgrade
@redis/client
from1.5.14
to1.5.16