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

Method test_info_multi_sections

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

Source from the content-addressed store, hash-verified

1101 @pytest.mark.onlynoncluster
1102 @skip_if_server_version_lt("7.0.0")
1103 def test_info_multi_sections(self, r):
1104 res = r.info("clients", "server")
1105 assert isinstance(res, dict)
1106 assert "redis_version" in res
1107 assert "connected_clients" in res
1108
1109 @pytest.mark.redismod
1110 @skip_if_server_version_lt("7.9.0")

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected