- Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Introduce new command ZRANGE in the Redis commands category
Command parameters:
key
selectby (options: BYINDEX|BYSCORE|BYLEX BYINDEX is default)
reverse order checkbox
min (default values: 0 for BYINDEX, -inf for BYSCORE, - for BYLEX)
max (default values: -1 for BYINDEX, +inf for BYSCORE, + for BYLEX)
WITHSCORES mandatory on
The expected output of the command with WITHSCORES flag is
>> zrange test:zset 0 -1 withscores 1) "member1" 2) "10" 3) "member2" 4) "12" 5) "member3" 6) "14" 7) "member4" 8) "15" This output to be parsed same way as HGETALL output to be able to be used in Bar gauge, Stat, Table and other compatible Grafana panels
K-Jo and DeoLeung
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request