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

Method config_set

redis/commands/core.py:1416–1422  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        value: EncodableT,
        *args: Union[KeyT, EncodableT],
        **kwargs,
    )

Source from the content-addressed store, hash-verified

1414
1415 @overload
1416 def config_set(
1417 self: SyncClientProtocol,
1418 name: KeyT,
1419 value: EncodableT,
1420 *args: Union[KeyT, EncodableT],
1421 **kwargs,
1422 ) -> bool: ...
1423
1424 @overload
1425 def config_set(

Callers 15

cmds_cnxmgmt.pyFile · 0.45
cleanupFunction · 0.45
slowlogFunction · 0.45
test_authMethod · 0.45
teardownMethod · 0.45
test_config_setMethod · 0.45
init_required_passFunction · 0.45
teardownFunction · 0.45
restoreFunction · 0.45

Calls 1

execute_commandMethod · 0.45

Tested by 15

cleanupFunction · 0.36
slowlogFunction · 0.36
test_authMethod · 0.36
teardownMethod · 0.36
test_config_setMethod · 0.36
init_required_passFunction · 0.36
teardownFunction · 0.36
restoreFunction · 0.36
test_configMethod · 0.36