Skip to content

Commit ae445be

Browse files
committed
Fixed typo in redis.md
1 parent d5e0197 commit ae445be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The default server configuration should suffice for development. However, you ar
6262

6363
#### Configuring The Connection Scheme
6464

65-
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:
65+
By default, Redis clients will use the `tcp` scheme when connecting to your Redis servers; however, you may use TLS / SSL encryption by specifying a `scheme` configuration option in your Redis server configuration:
6666

6767
'redis' => [
6868

0 commit comments

Comments
 (0)