MCPcopy
hub / github.com/redis/redis-py / zrevrank

Method zrevrank

redis/commands/core.py:9122–9128  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        value: EncodableT,
        withscore: bool = False,
        score_cast_func: type | Callable = float,
    )

Source from the content-addressed store, hash-verified

9120
9121 @overload
9122 def zrevrank(
9123 self: SyncClientProtocol,
9124 name: KeyT,
9125 value: EncodableT,
9126 withscore: bool = False,
9127 score_cast_func: type | Callable = float,
9128 ) -> int | list[Any] | None: ...
9129
9130 @overload
9131 def zrevrank(

Callers 5

dt_ss.pyFile · 0.80
test_zrevrankMethod · 0.80
test_zrevrankMethod · 0.80

Calls 2

appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 4

test_zrevrankMethod · 0.64
test_zrevrankMethod · 0.64