Releases: redis/node-redis
Releases · redis/node-redis
[email protected]
Rerelease of [email protected]
[email protected]
Enhancements
- Upgrade
@redis/client
[email protected]
Fixes
- nit: spelling fix memoery to memory by @sparecycles in #2132
- fix legacy mode resp encoder by @leibale in #2118
Enhancements
- fix #2123 - expose is ready by @leibale in #2130
- Support all GEORADIUS Commands by @Avital-Fine in #2017
- fix #1911 - CLIENT NO-EVICT by @leibale in #2124
- fix #1912 - CLIENT PAUSE by @leibale in #2125
- fix #1917 - CLIENT UNPAUSE by @leibale in #2128
- fix #1959 - LCS by @leibale in #2129
- fix #1914 - CLIENT TRACKING by @leibale in #2126
- fix #1915 - CLIENT TRACKINGINFO by @leibale in #2127
New Contributors
- @sparecycles made their first contribution in #2132
[email protected]
[email protected]
Enhancements
- Upgrade
@redis/bloom
- Upgrade
@redis/client
- Upgrade
@redis/graph
- Upgrade
@redis/json
- Upgrade
@redis/search
- Upgrade
@redis/time-series
[email protected]
Fixes
- Flatten array arguments in
legacyMode
multi commands by @JPricey in #2064 - call
socket.setKeepAlive
after the connect event by @leibale in #2074 - fix socket error handlers by @leibale in #2092
Enhancements
- export
GeoReplyWith
by @guyroyse in #2082 - fix #2090 - topK.listWithCount by @leibale in #2091
- Support new muilti pop commands by @Avital-Fine in #2051
- New RESP2 parser by @leibale in #1899
- Add support for redis functions by @leibale in #2020
- fix #1904 - ACL DRYRUN by @leibale in #2102
- fix #1976 - XSETID by @leibale in #2104
- Drop support for node 12
[email protected]
Enhancements
- Support Vector Similarity by @AvitalFineRedis in #1785
[email protected]
- Upgrade
@node-redis/client
- Upgrade
@node-redis/search
[email protected]
Fixes
- Fixes the time command response. by @simonprickett in #2008
- Fix #1870: TypeError in PubSub by @jhiesey in #2016
- add missing FIRST_KEY_INDEX by @leibale in #2028
- fix #2044 - handle "isolated clients" errors by @leibale in #2059
Enhancements
- fix #1906 - implement BITFIELD_RO by @leibale in #1988
- Support COMMAND LIST by @Avital-Fine in #2013
- Support ZINTERCARD and SINTERCARD by @Avital-Fine in #2040
- Support multiple parameters on CONFIG SET by @Avital-Fine in #2042
- Support new expire features by @Avital-Fine in #2036
- Support BIT|BYTE option by @Avital-Fine in #2035
- Support new cluster commands by @Avital-Fine in #2050
- support command LATENCY DOCTOR by @QuentinRK in #2053
- Support OBJECT [...] commands by @Avital-Fine in #2014
- Support CLUSTER commands by @Avital-Fine in #2015
- Support SORT_RO by @Avital-Fine in #2041
- Support COMMAND GETKEYSANDFLAGS by @Avital-Fine in #2039
[email protected]
Fixes
- fix TS.QUERYINDEX with multiple filters (#1996)