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

Method acl_save

redis/commands/core.py:324–324  ·  view source on GitHub ↗
(self: SyncClientProtocol, **kwargs)

Source from the content-addressed store, hash-verified

322
323 @overload
324 def acl_save(self: SyncClientProtocol, **kwargs) -> bool: ...
325
326 @overload
327 def acl_save(self: AsyncClientProtocol, **kwargs) -> Awaitable[bool]: ...

Callers

nothing calls this directly

Calls 1

execute_commandMethod · 0.45

Tested by

no test coverage detected