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

Method client_getname

redis/commands/core.py:861–861  ·  view source on GitHub ↗
(self: SyncClientProtocol, **kwargs)

Source from the content-addressed store, hash-verified

859
860 @overload
861 def client_getname(self: SyncClientProtocol, **kwargs) -> bytes | str | None: ...
862
863 @overload
864 def client_getname(

Callers 7

test_client_getnameMethod · 0.80
test_client_setnameMethod · 0.80
test_client_setnameMethod · 0.80
test_client_getnameMethod · 0.80
test_client_setnameMethod · 0.80
test_startup_nodesMethod · 0.80
test_client_setnameMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 7

test_client_getnameMethod · 0.64
test_client_setnameMethod · 0.64
test_client_setnameMethod · 0.64
test_client_getnameMethod · 0.64
test_client_setnameMethod · 0.64
test_startup_nodesMethod · 0.64
test_client_setnameMethod · 0.64