-
Notifications
You must be signed in to change notification settings - Fork 404
Description
Preconditions (Any important steps we need to know)
This worked until my latest change (I did start marshalling long decimal values, if that could be a reason)
Steps to reproduce (How to reproduce what you found step by step)
When opening the msgpack Redis string, it wouldn't format correctly
Actual behavior (A short description of what you found)
When selecting the msgpack format from the picker (which is auto-selected), it says failed to convert to msgpack
When checking with the local editor or command line, the msgpack value is valid
Expected behavior (A short description of what you expected to find)
show correct msgpack format
Screenshots (Paste or drag-and-drop a screenshot or a link to a recording)
Additional context (Operating system, version of Redis Insight, Redis database version, Redis module version, database type, connection type, logs, or any other information)
Browsing through the web, I saw this issue and was wondering if it could be something similar