From 656a317f4903099a024a6f79aee5814cf340fbe8 Mon Sep 17 00:00:00 2001 From: Stanislav Vetlovskiy Date: Sat, 3 Jun 2017 13:55:15 +0300 Subject: [PATCH] Improve master & slave connections parameters --- Resources/doc/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 12c51ee0..082cbff7 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -140,7 +140,9 @@ snc_redis: ``` The `service` is the name of the set of Redis instances. -The `parameters` is optional parameters that added to master/slave connections and ignores by sentinel connections. +The optional parameters option can be used to set parameters like the +database number and password for the master/slave connections, +they don't apply for the connection to sentinal. You can find more information about this on [Configuring Sentinel](https://redis.io/topics/sentinel#configuring-sentinel). ### Sessions ###