redisworks icon indicating copy to clipboard operation
redisworks copied to clipboard

Issue in handling boolean value

Open ckdanny opened this issue 6 years ago • 2 comments

When I use redisworks to set the True/False value, it can successfully set. But when read it, the evaluation result will be always True.

ckdanny avatar Aug 30 '18 09:08 ckdanny

Hi @ckdanny Thanks for reporting this. I will check.

seperman avatar Apr 30 '20 06:04 seperman

This is happening cause in get_obj method, value = actual_type(value) is called i.e., which evaluates to value = bool("False") which is always going to be true.

acidbotmaker avatar May 25 '22 13:05 acidbotmaker

Redisworks 0.4.0 is released and this issue is resolved.

seperman avatar Nov 06 '22 05:11 seperman