Files
redis-docs/docs/ZremrangebyscoreCommand.rst
Kenneth Reitz 525e9fd3d3 all into sphinx
2011-04-06 13:27:48 -04:00

24 lines
911 B
ReStructuredText
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
`|Redis Documentation| <index.html>`_
**ZremrangebyscoreCommand: Contents**
  `ZREMRANGEBYSCORE \_key\_ \_min\_ \_max\_ (Redis > <#ZREMRANGEBYSCORE%20_key_%20_min_%20_max_%20(Redis%20%3E>`_
    `Return value <#Return%20value>`_
ZremrangebyscoreCommand
=======================
#sidebar
`SortedSetCommandsSidebar <SortedSetCommandsSidebar.html>`_
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 <ReplyTypes.html>`_, specifically the number of
elements removed.
.. |Redis Documentation| image:: redis.png