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 90210e8 commit 90cd170Copy full SHA for 90cd170
tests/conftest.py
@@ -30,7 +30,7 @@
30
from tests.ssl_utils import get_tls_certificates
31
32
REDIS_INFO = {}
33
-default_redis_url = "redis://localhost:16379/0"
+default_redis_url = "redis://localhost:6379/0"
34
default_protocol = "2"
35
default_redismod_url = "redis://localhost:6479"
36
0 commit comments