dont add to the lookup table if it already exists

This commit is contained in:
Richard Kuo (Danswer)
2025-01-31 13:23:52 -08:00
parent 2676d40065
commit 69f16cc972
2 changed files with 4 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ class TenantRedis(redis.Redis):
"create_lock",
"startswith",
"smembers",
"sismember",
"sadd",
"srem",
"scard",