Changes
- feat: new
ReadNodeSelector
option allowing more fine-grained control over load balancing among nodes and deprecating the oldReplicaSelector
. - feat: new
BYPOLYGON
option inGEOSEARCH
command. - feat: new
SAFE
option inSHUTDOWN
command. - feat: new
DELIFEQ
command. - fix: correctly handle early exit in
Scanner
iterators.
Experimental
- feat: new experimental pipelining queue implementation, which is context aware and can be enabled by setting the
RUEIDIS_QUEUE_TYPE
environment variable toflowbuffer
.
Contributors
We'd like to thank all the contributors who worked on this release!
@Krish8955, @ash2k, @ayush-sarda, @bbangert, @proost, @rueian and @wandering-salesman