Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ teardown
Method
teardown
tests/test_credentials.py:253–254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
new_password =
"new_password"
252
253
def
teardown():
254
r.acl_deluser(new_username)
255
256
request.addfinalizer(teardown)
257
Callers
nothing calls this directly
Calls
1
acl_deluser
Method · 0.80
Tested by
no test coverage detected