Releases: redis/node-redis
Releases · redis/node-redis
[email protected]
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
[email protected]
Enhancements
- Add support for
TIMEOUT
inFT.AGGREGATE
andFT.SEARCH
by @Nanak360 in #2488 - Add
count
option toFT.CURSOR READ
by @fast-facts in #2492
[email protected]
Enhancements
- upgrade
@redis/client
from1.5.7
to1.5.8
- upgrade
@redis/search
from1.1.2
to1.1.3
[email protected]
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
[email protected]
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
[email protected]
Enhancements
- upgrade
@redis/client
from1.5.6
to1.5.7
[email protected]
[email protected]
Fixes
- fix FT.SEARCH RETURN [] (#2421)
[email protected]
Enhancements
- upgrade
@redis/client
from1.5.5
to1.5.6