mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-18 19:43:26 +02:00
Linear OAuth Connector (#3570)
This commit is contained in:
@@ -199,7 +199,7 @@ def get_redis_client(*, tenant_id: str | None) -> Redis:
|
||||
# value = redis_client.get('key')
|
||||
# print(value.decode()) # Output: 'value'
|
||||
|
||||
_async_redis_connection = None
|
||||
_async_redis_connection: aioredis.Redis | None = None
|
||||
_async_lock = asyncio.Lock()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user