godis icon indicating copy to clipboard operation
godis copied to clipboard

bugfix: Fix the issue with the result format returned by the randomkey command

Open NaNShaner opened this issue 2 months ago • 0 comments

Fix the issue with the result format returned by the randomkey command.

error:

127.0.0.1:6399> set k v
OK

127.0.0.1:6399> RANDOMKEY
"\"k\""

correct:

127.0.0.1:6399> set k v
OK
127.0.0.1:6399> RANDOMKEY
"k"

NaNShaner avatar Apr 30 '24 09:04 NaNShaner