Skip to content

Keys in JSON viewer are wrong #3641

@elliotykim

Description

@elliotykim

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:

  1. add a new hash called myhash with a key mydata and the following value:
    {"9992137151":{"customerId":9992137151,"name":9992137151}}
  2. reload the db and select the key myhash
  3. double click the row mydata
  4. 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 } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions