This reverts commit 6f7b4c412e.
This commit is contained in:
parent
bbf9e7f7ff
commit
416919e880
2 changed files with 2 additions and 2 deletions
|
|
@ -364,7 +364,7 @@ def setup_cache():
|
|||
redis_class=RedisWrapper,
|
||||
)
|
||||
|
||||
return RedisWrapper.from_url(frappe.conf.get("redis_cache"), protocol=3)
|
||||
return RedisWrapper.from_url(frappe.conf.get("redis_cache"))
|
||||
|
||||
|
||||
def get_sentinel_connection(
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ dependencies = [
|
|||
"pytz==2023.3",
|
||||
"rauth~=0.7.3",
|
||||
"redis~=5.2.0",
|
||||
"hiredis~=3.1.0",
|
||||
"hiredis~=3.0.0",
|
||||
"setproctitle~=1.3.3",
|
||||
"requests-oauthlib~=1.3.1",
|
||||
"requests~=2.32.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue