add srem and sadd to tenant wrapper (#2973)

This commit is contained in:
pablodanswer 2024-10-28 15:20:21 -07:00 committed by GitHub
parent 678ba41321
commit 2eefb3c15f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,8 @@ class TenantRedis(redis.Redis):
"reacquire",
"create_lock",
"startswith",
"sadd",
"srem",
] # Regular methods that need simple prefixing
if item == "scan_iter":