We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ec4d1 commit edbc02cCopy full SHA for edbc02c
util/redis_helper.py
@@ -5,8 +5,6 @@ def init_redis():
5
global redis_client
6
redis_client = Redis(
7
connection_pool=BlockingConnectionPool(max_connections=20),
8
- # ssl=True,
9
- # ssl_cert_reqs=None
10
).from_url(os.environ.get("REDISCLOUD_URL"))
11
12
def get_redis_client():
0 commit comments