Skip to content

Commit

Permalink
Update README.md (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Eschenbach authored and ctoestreich committed Jun 1, 2017
1 parent 2f4901f commit 12a646a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Out of the box, the plugin expects that Redis is running on `localhost:6379`. Y
// use a single redis server (use only if nore using sentinel cluster)
port = 6379
host = "localhost"
database = 5 // set default database to 5

// use redis-sentinel cluster as opposed to a single redis server (use only if not use host/port)
sentinels = [ "host1:6379", "host2:6379", "host3:6379" ] // list of sentinel instance host/ports
Expand Down

0 comments on commit 12a646a

Please sign in to comment.