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

Method config_get

redis/commands/core.py:1396–1398  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, pattern: PatternT = "*", *args: PatternT, **kwargs
    )

Source from the content-addressed store, hash-verified

1394
1395 @overload
1396 def config_get(
1397 self: SyncClientProtocol, pattern: PatternT = "*", *args: PatternT, **kwargs
1398 ) -> dict[str | None, str | None]: ...
1399
1400 @overload
1401 def config_get(

Callers 15

slowlogFunction · 0.45
test_config_getMethod · 0.45
test_config_setMethod · 0.45
test_configMethod · 0.45
test_dialect_configMethod · 0.45
slowlogFunction · 0.45

Calls 1

execute_commandMethod · 0.45

Tested by 15

slowlogFunction · 0.36
test_config_getMethod · 0.36
test_config_setMethod · 0.36
test_configMethod · 0.36
test_dialect_configMethod · 0.36
slowlogFunction · 0.36