Closed chakaz closed 1 day ago
We hame similar problem with RENAME command and big zset keys.
redis_version:6.2.11
dragonfly_version:df-v1.24.0
redis_mode:standalone
127.0.0.1:6379[14]> type ipv4
zset
127.0.0.1:6379[14]> ZCARD ipv6_tmp
(integer) 7391471
127.0.0.1:6379[14]> RENAME ipv6_tmp ipv6
OK
(6.75s)
127.0.0.1:6379[14]> ZCARD ipv6
(integer) 4092
Yes @anadion, that is due to the same root cause. Thanks for reporting!
(this may apply to other data types as well)
To reproduce:
--port=7001
and--port=7002
, and pass--cluster_mode=yes
to both)