Skip to content

Commit

Permalink
add note on scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 28, 2020
1 parent a3a826c commit 076dd4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ The default server configuration should suffice for development. However, you ar

],

#### Configuring Schemes
#### Configuring The Connection Scheme

It is possible to specify the connection scheme for each Redis server. By default clients are using the `tcp` scheme,
but if you want to leverage TLS/SSL encryption when connecting to secured Redis instances, you should use the `tls` scheme:
By default, Redis clients will use the `tcp` scheme when connecting to your Reids servers; however, you may use TLS / SSL encryption by specifying a `scheme` configuration option in your Redis server configuration:

'redis' => [

Expand Down

0 comments on commit 076dd4b

Please sign in to comment.