This commit is contained in:
Bagatur 2023-07-17 09:39:11 -07:00 committed by GitHub
parent 3f1302a4ab
commit 2a315dbee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@
"redis_url = \"rediss://localhost:6379\"\n", "redis_url = \"rediss://localhost:6379\"\n",
"# connection to redis sentinel at localhost and default port, db 0, no password\n", "# connection to redis sentinel at localhost and default port, db 0, no password\n",
"# but with TLS support for booth Sentinel and Redis server\n", "# but with TLS support for booth Sentinel and Redis server\n",
"redis_url=\"rediss+sentinel://localhost\"\n" "redis_url = \"rediss+sentinel://localhost\""
] ]
} }
], ],