topcoderinc / TC-redis-manager

5 stars 15 forks source link

ZRANGE OL 0 -1 WITHSCORES command representation is incorrect #430

Open codejamtc opened 5 years ago

codejamtc commented 5 years ago

image

image

  1. Deploy the App and run the application (Magenta Theme)
  2. Create a List with data https://github.com/topcoderinc/TC-redis-manager/files/2755278/db-1547472272101.zip
  3. Expand the CLI
  4. Enter ZRANGE OL 0 -1 WITHSCORES

https://redis.io/commands/zadd

Actual: 10,0,2,2,3,3,A,5,B,5,C,10

Expected: Should list the items one below another. Refer https://redis.io/commands/zadd

Browser(s): Chrome 71.0.3578.98 (Windows)

codejamtc commented 5 years ago

Most of the range command have this issue eg: LRANGE List 1 4 eg: HGETALL HM

sumitdaga commented 5 years ago

related to #421