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

Method test_client_getname

tests/test_commands.py:743–744  ·  view source on GitHub ↗
(self, r)

Source from the content-addressed store, hash-verified

741 @pytest.mark.onlynoncluster
742 @skip_if_server_version_lt("2.6.9")
743 def test_client_getname(self, r):
744 assert r.client_getname() is None
745
746 @pytest.mark.onlynoncluster
747 @skip_if_server_version_lt("2.6.9")

Callers

nothing calls this directly

Calls 1

client_getnameMethod · 0.80

Tested by

no test coverage detected