Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
codejamtc opened this issue Jan 14, 2019 · 2 comments
Open

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

codejamtc opened this issue Jan 14, 2019 · 2 comments
Assignees

Comments

@codejamtc
Copy link

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
Copy link
Author

codejamtc commented Jan 14, 2019

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

@sumitdaga
Copy link
Contributor

related to #421

@sumitdaga sumitdaga self-assigned this Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants