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

Method teardown

tests/test_cluster.py:2705–2706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2703 username = "redis-py-user"
2704
2705 def teardown():
2706 r.acl_deluser(username, target_nodes="primaries")
2707
2708 request.addfinalizer(teardown)
2709 r.acl_setuser(

Callers

nothing calls this directly

Calls 1

acl_deluserMethod · 0.80

Tested by

no test coverage detected