Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ test_acl_help
Method
test_acl_help
tests/test_commands.py:417–420 ·
view source on GitHub ↗
(self, r)
Source
from the content-addressed store, hash-verified
415
416
@skip_if_server_version_lt(
"6.0.0"
)
417
def
test_acl_help(self, r):
418
res = r.acl_help()
419
assert isinstance(res, list)
420
assert len(res) != 0
421
422
@skip_if_server_version_lt(
"6.0.0"
)
423
@skip_if_redis_enterprise()
Callers
nothing calls this directly
Calls
1
acl_help
Method · 0.80
Tested by
no test coverage detected