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

Method client_tracking_on

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

Source from the content-addressed store, hash-verified

944
945 @overload
946 def client_tracking_on(
947 self: SyncClientProtocol,
948 clientid: int | None = None,
949 prefix: Sequence[KeyT] = [],
950 bcast: bool = False,
951 optin: bool = False,
952 optout: bool = False,
953 noloop: bool = False,
954 ) -> bytes | str: ...
955
956 @overload
957 def client_tracking_on(

Callers 2

test_client_trackingMethod · 0.45
test_client_trackingMethod · 0.45

Calls 1

client_trackingMethod · 0.95

Tested by 2

test_client_trackingMethod · 0.36
test_client_trackingMethod · 0.36