We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d027c57 commit 9ef2424Copy full SHA for 9ef2424
django_valkey/client/sentinel.py
@@ -11,6 +11,8 @@ def replace_query(url, query):
11
12
13
class SentinelClient(DefaultClient):
14
+ CONNECTION_FACTORY_PATH = "django_valkey.pool.SentinelConnectionFactory"
15
+
16
"""
17
Sentinel client which uses the single valkey URL specified by the CACHE's
18
LOCATION to create a LOCATION configuration for two connection pools; One
0 commit comments