Releases: redis/node-redis
Releases · redis/node-redis
client@2.0.0-next.2
Docs
https://github.com/redis/node-redis/blob/v5/packages/redis/README.md
https://github.com/redis/node-redis/blob/v5/docs/v5.md
https://github.com/redis/node-redis/blob/v5/docs/v4-to-v5.md
Known missing features/issues
- "Isolation Pool"/blocking commands
- Some commands
- Docs
- Cluster "request & response policies" is partially implemented and not documented
search@1.1.3
Enhancements
- Add support for
TIMEOUT
inFT.AGGREGATE
andFT.SEARCH
by @Nanak360 in #2488 - Add
count
option toFT.CURSOR READ
by @fast-facts in #2492
redis@4.6.7
Enhancements
- upgrade
@redis/client
from1.5.7
to1.5.8
- upgrade
@redis/search
from1.1.2
to1.1.3
client@1.5.8
Enhancements
XINFO CONSUMERS
- add support for theinactive
field by @codrin-ch in #2490- Add support for
LATENCY LATEST
by @Karnav123 in #2514 - Autopipeline - use
setImmediate
instead ofqueueMicrotask
(improves performance) by @leibale in #2516
client@2.0.0-next.1
This is an alpha/pre-release version. DO NOT USE IN PRODUCTION!
https://github.com/redis/node-redis/blob/v5/docs/v5.md
https://github.com/redis/node-redis/blob/v5/docs/v4-to-v5.md
https://github.com/redis/node-redis/blob/v5/docs/RESP3.md
redis@4.6.6
Enhancements
- upgrade
@redis/client
from1.5.6
to1.5.7
client@1.5.7
search@1.1.2
Fixes
- fix FT.SEARCH RETURN [] (#2421)
redis@4.6.5
Enhancements
- upgrade
@redis/client
from1.5.5
to1.5.6