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

Method test_client_list

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

Source from the content-addressed store, hash-verified

651
652 @pytest.mark.onlynoncluster
653 def test_client_list(self, r):
654 clients = r.client_list()
655 assert isinstance(clients[0], dict)
656 assert "addr" in clients[0]
657
658 @pytest.mark.onlynoncluster
659 @skip_if_server_version_lt("6.2.0")

Callers

nothing calls this directly

Calls 1

client_listMethod · 0.80

Tested by

no test coverage detected