Steps to reproduce
- set a key a large value, say 9223372036854775807
- incr or decr it, the result will be returned in integer form
- the inteface can't display return value properly
Actual behavior
As screenshot, loss of significance happend, but value is set properly in redis. I think it's because of the number precision loss in javascript, and using bigInt type may help.
Expected behavior
It needs to display the exact return value, in case user misunderstands that command goes wild.
Screenshots (Paste or drag-and-drop a screenshot or a link to a recording)
Additional context
- Redis Insight version 2.70.1