v1.4.0 #1429
romange
announced in
Announcements
v1.4.0
#1429
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dragonfly v1.4.0
New Dragonfly release! Some prominent changes include:
I would like specifically mention the help of one of the discord members that assisted with finding
the root cause with BLPOP bug. Thank you, glitch!
In addition, @andydunstall contributed many fixes across the board, especially with BullMQ compatibility.
What's Changed
DFLY CLUSTER
prefix toDFLYCLUSTER
. by @chakaz in refactor(cluster): Move management commands fromDFLY CLUSTER
prefix toDFLYCLUSTER
. #1251CLUSTER INFO
. by @chakaz in feat(cluster): ImplementCLUSTER INFO
. #1258MOVED
error for non-owned slots. by @chakaz in Reply withMOVED
error for non-owned slots. #1283CLUSTER SHARDS
. by @chakaz in feat(cluster): ImplementCLUSTER SHARDS
. #1284CLUSTER SLOTS
. by @chakaz in feat(cluster): ImplementCLUSTER SLOTS
. #1289GetEmulatedShardInfo()
forCLUSTER INFO
. by @chakaz in refactor(cluster): UseGetEmulatedShardInfo()
forCLUSTER INFO
. #1317DFLYCLUSTER GETSLOTINFO
with no other args. by @chakaz in fix(cluster): Fix crash when gettingDFLYCLUSTER GETSLOTINFO
with no other args. #1351HRANDKEY
doesn't find a key. by @chakaz in fix(server): Return null whenHRANDKEY
doesn't find a key. #1354total_reads
andtotal_writes
toGETSLOTSINFO
. by @chakaz in feat(cluster): Addtotal_reads
andtotal_writes
toGETSLOTSINFO
. #1355FLUSHALL
during full sync by @chakaz in fix(replication): Restart replication upon receivingFLUSHALL
during full sync #1347shared_ptr
for thread-local cluster config by @chakaz in feat(cluster): Useshared_ptr
for thread-local cluster config #1395New Contributors
Huge thanks to all the contributors! ❤️
Full Changelog: v1.3.0...v1.4.0
This discussion was created from the release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions