Просмотр исходного кода

Redis doesn't have userid. Thanks to Goopyo

Ask Solem 12 лет назад
Родитель
Сommit
bda7f8fffc
1 измененных файлов с 4 добавлено и 1 удалено
  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::
 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:
 .. _redis-results-configuration: