AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

Can't show the value store by SETBIT command in CLI

Open roharon opened this issue 4 years ago • 1 comments

OS

Mac

VERSION

1.4.9

ISSUE DESCRIPTION

In AnotherRedisDesktopManager's redis CLI, the binary value doesn't shown when I store using SETBIT command. image

But in the value's GUI text-box, It shown correctly. image

roharon avatar Sep 11 '21 07:09 roharon

00000001 to ascii is a control char, it is not visible, so it shows like a space

qishibo avatar Sep 11 '21 12:09 qishibo