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

Method test_config_get

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

Source from the content-addressed store, hash-verified

996 r.hello()
997
998 def test_config_get(self, r):
999 data = r.config_get()
1000 assert len(data.keys()) > 10
1001 # # assert 'maxmemory' in data
1002 # assert data['maxmemory'].isdigit()
1003
1004 @skip_if_server_version_lt("7.0.0")
1005 def test_config_get_multi_params(self, r: redis.Redis):

Callers

nothing calls this directly

Calls 2

keysMethod · 0.80
config_getMethod · 0.45

Tested by

no test coverage detected