Compare commits

...

1 Commits

Author SHA1 Message Date
pablodanswer
85843632c5 add srem and sadd to tenant wrapper 2024-10-28 15:03:31 -07:00

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":