Explorar o código

Redis doesn't have userid. Thanks to Goopyo

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
bda7f8fffc
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      docs/getting-started/brokers/redis.rst

+ 4 - 1
docs/getting-started/brokers/redis.rst

@@ -32,7 +32,10 @@ your Redis database::
 
 Where the URL is in the format of::
 
-    redis://userid:password@hostname:port/db_number
+    redis://:password@hostname:port/db_number
+
+all fields after the scheme are optional, and will default to localhost on port 6379,
+using database 0.
 
 .. _redis-results-configuration: