Skip to content

Commit

Permalink
Adding useSSL to config readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoestreich authored May 15, 2018
1 parent 512341f commit af6bb04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ Out of the box, the plugin expects that Redis is running on `localhost:6379`. Y
}
timeout = 2000 //default in milliseconds
password = "somepassword" //defaults to no password
useSSL = false //or true to use SSL

// requires either host & port combo, or a sentinels and masterName combo

// use a single redis server (use only if nore using sentinel cluster)
port = 6379
host = "localhost"
database = 5 // set default database to 5
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 af6bb04

Please sign in to comment.