Releases: redis/node-redis
Releases · redis/node-redis
Enhancements
- upgrade
@redis/client
from 1.5.0
to 1.5.2
Fixes
- Remove
node:
prefix from imports
Fixes
- fix #2364 - fix FT.SEARCH RETURN [] (#2366)
- fix RediSearch schema types (#2348)
- fix types for sort in RediSearch (#2343)
Enhancements
- upgrade
@redis/client
from 1.4.2
to 1.5.0
- upgrade
@redis/bloom
from 1.1.0
to 1.2.0
- upgrade
@redis/search
from 1.1.0
to 1.1.1
Fixes
- Fix
pingInterval
with legacyMode
(#2386)
- Fix
QUIT
reply (#2346)
- Fix
hGetAll
in legacyMode
(#2367)
- Fix
SET
zero TTL is ignored (#2349)
- Allow
PING
in PubSub mode (#2373)
Enhancements
- Add support for sharded Pub/Sub (#2373)
- Add support for Cluster + Pub/Sub (#2373)
- Add
minimizeConnections
configuration for cluster (#2373)
- Add
PUBSUB SHARDCHANNELS
command (#2373)
- Add
CLIENT LIST
command and fix CLIENT INFO
(#2368)
- Add
LATENCY GRAPH
command (#2359)
Enhancements
- Add support for BF.CARD command (#2376)
Fixes
fix #2010 - stop reconnect after .disconnect() (#2323)
Fixes
- fix #2205 - reject commands in connect phase when
disableOfflineQueue
is true
(#2328)
Enhancements