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
Returns the elements of the sorted set stored at the specified key which have scores in the range [start,end].
1289
+
Returns the elements of the sorted set stored at the specified key which have scores in the range [start,end]. Adding a parenthesis before `start` or `end` excludes it from the range. +inf and -inf are also valid limits.
1290
1290
##### *Parameters*
1291
1291
*key*
1292
-
*start*: double
1293
-
*end*: double
1292
+
*start*: string
1293
+
*end*: string
1294
1294
*options*: array
1295
1295
1296
1296
Two options are available: `withscores => TRUE`, and `limit => array($offset, $count)`
Returns the *number* of elements of the sorted set stored at the specified key which have scores in the range [start,end].
1313
+
Returns the *number* of elements of the sorted set stored at the specified key which have scores in the range [start,end]. Adding a parenthesis before `start` or `end` excludes it from the range. +inf and -inf are also valid limits.
0 commit comments