- Usage:
-
ZSCAN key cursor [ MATCH pattern ] [ COUNT count ] [ noscores ]
- Complexity:
- O(1) for every call. O(N) for a complete iteration, including enough command calls for the cursor to return back to 0. N is the number of elements inside the collection.
- Since:
- 2.8.0
See SCAN
for ZSCAN
documentation.
History
Version | Change |
---|---|
8.0.0 | Added noscores option. |