-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
RDM Version: 0.8.3-2550
Environment (OS name and version): OS X 10.10.5
Redis Server Version: 2.6.12
Steps to reproduce:
- add a new hash called
myhashwith a keymydataand the following value:
{"9992137151":{"customerId":9992137151,"name":9992137151}} - reload the db and select the key
myhash - double click the row
mydata - rdm defaults to "View as: JSON" and the value is displayed incorrectly
Expected result:
{ "9992137151": { "customerId": 9992137151, "name": 9992137151 } }
Actual Result:
The key is some mysterious number:
{ "1402202559": { "customerId": 9992137151, "name": 9992137151 } }