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

Method acl_load

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

Source from the content-addressed store, hash-verified

305
306 @overload
307 def acl_load(self: SyncClientProtocol, **kwargs) -> bool: ...
308
309 @overload
310 def acl_load(self: AsyncClientProtocol, **kwargs) -> Awaitable[bool]: ...

Callers

nothing calls this directly

Calls 1

execute_commandMethod · 0.45

Tested by

no test coverage detected