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

Method zrangebyscore

redis/commands/core.py:8880–8889  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        min: ZScoreBoundT,
        max: ZScoreBoundT,
        start: int | None = None,
        num: int | None = None,
        withscores: bool = False,
        score_cast_func: type | Callable = float,
    )

Source from the content-addressed store, hash-verified

8878
8879 @overload
8880 def zrangebyscore(
8881 self: SyncClientProtocol,
8882 name: KeyT,
8883 min: ZScoreBoundT,
8884 max: ZScoreBoundT,
8885 start: int | None = None,
8886 num: int | None = None,
8887 withscores: bool = False,
8888 score_cast_func: type | Callable = float,
8889 ) -> ZSetRangeResponse: ...
8890
8891 @overload
8892 def zrangebyscore(

Callers 3

dt_ss.pyFile · 0.80
test_zrangebyscoreMethod · 0.80
test_zrangebyscoreMethod · 0.80

Calls 4

DataErrorClass · 0.90
extendMethod · 0.45
appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 2

test_zrangebyscoreMethod · 0.64
test_zrangebyscoreMethod · 0.64