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

Method client_tracking

redis/commands/core.py:1028–1038  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        on: bool = True,
        clientid: int | None = None,
        prefix: Sequence[KeyT] = [],
        bcast: bool = False,
        optin: bool = False,
        optout: bool = False,
        noloop: bool = False,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

1026
1027 @overload
1028 def client_tracking(
1029 self: SyncClientProtocol,
1030 on: bool = True,
1031 clientid: int | None = None,
1032 prefix: Sequence[KeyT] = [],
1033 bcast: bool = False,
1034 optin: bool = False,
1035 optout: bool = False,
1036 noloop: bool = False,
1037 **kwargs,
1038 ) -> bytes | str: ...
1039
1040 @overload
1041 def client_tracking(

Callers 6

client_tracking_onMethod · 0.95
client_tracking_offMethod · 0.95
client_tracking_onMethod · 0.80
client_tracking_offMethod · 0.80
client_tracking_onMethod · 0.80
client_tracking_offMethod · 0.80

Calls 4

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

Tested by

no test coverage detected