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 936be84 commit eb95bd3Copy full SHA for eb95bd3
tests/conftest.py
@@ -16,7 +16,7 @@
16
from redis.retry import Retry
17
18
REDIS_INFO = {}
19
-default_redis_url = "redis://localhost:6372/0"
+default_redis_url = "redis://localhost:6379/0"
20
default_protocol = "2"
21
default_redismod_url = "redis://localhost:6479"
22
0 commit comments