Skip to content

Commit

Permalink
Improve master & slave connections parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Erliz committed Jun 3, 2017
1 parent e5e4828 commit 656a317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/doc/index.md
Expand Up @@ -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 ###
Expand Down

0 comments on commit 656a317

Please sign in to comment.