You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce new command ZRANGE in the Redis commands category
Command parameters: key selectby (options: BYINDEX|BYSCORE|BYLEXBYINDEX 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
Introduce new command
ZRANGE
in theRedis
commands categoryCommand parameters:
key
selectby
(options:BYINDEX
|BYSCORE
|BYLEX
BYINDEX
is default)reverse order
checkboxmin (default values:
0
forBYINDEX
,-inf
forBYSCORE
,-
forBYLEX
)max (default values:
-1
forBYINDEX
,+inf
forBYSCORE
,+
forBYLEX
)WITHSCORES
mandatory onThe expected output of the command with
WITHSCORES
flag isThis output to be parsed same way as
HGETALL
output to be able to be used in Bar gauge, Stat, Table and other compatible Grafana panelsThe text was updated successfully, but these errors were encountered: