X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/ZremrangebyscoreCommand.html diff --git a/doc/ZremrangebyscoreCommand.html b/doc/ZremrangebyscoreCommand.html deleted file mode 100644 index 304650d1..00000000 --- a/doc/ZremrangebyscoreCommand.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - -
- - - -
-
- -ZremrangebyscoreCommand: Contents
  ZREMRANGEBYSCORE _key_ _min_ _max_ (Redis >
    Return value -
- -

ZremrangebyscoreCommand

- -
- -
- -
- #sidebar SortedSetCommandsSidebar

ZREMRANGEBYSCORE _key_ _min_ _max_ (Redis >

1.1) = -Time complexity: O(log(N))+O(M) with N being the number of elements in the sorted set and M the number of elements removed by the operation
Remove all the elements in the sorted set at key with a score between_min_ and max (including elements with score equal to min or max).
-

Return value

Integer reply, specifically the number of elements removed. - -
- -
-
- - -