topcoderinc / TC-redis-manager

5 stars 15 forks source link

ZRANGE Set10 2 3 is not working #425

Closed codejamtc closed 5 years ago

codejamtc commented 5 years ago

image

  1. Deploy the App and run the application (Magenta Theme)
  2. Create some sets with data
  3. Expand the CLI
  4. Enter ZRANGE Set10 2 3

https://redis.io/commands/zrange

Actual: ZRANGE Set10 2 3 is not working

Expected: Should return the data between 2 and 3

Browser(s): Chrome 71.0.3578.98 (Windows)

codejamtc commented 5 years ago

Sample redis file: db-1547472272101.zip

standlove commented 5 years ago

it only works for ordered set.