Skip to content

Commit b048d0b

Browse files
Proofread redis (#6499)
* Without the "it", the clause sounds incomplete.
1 parent 9a1e792 commit b048d0b

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
@@ -99,7 +99,7 @@ If your application is utilizing a cluster of Redis servers, you should define t
9999

100100
],
101101

102-
By default, clusters will perform client-side sharding across your nodes, allowing you to pool nodes and create a large amount of available RAM. However, note that client-side sharding does not handle failover; therefore, is primarily suited for cached data that is available from another primary data store. If you would like to use native Redis clustering, you should specify this in the `options` key of your Redis configuration:
102+
By default, clusters will perform client-side sharding across your nodes, allowing you to pool nodes and create a large amount of available RAM. However, note that client-side sharding does not handle failover; therefore, it is primarily suited for cached data that is available from another primary data store. If you would like to use native Redis clustering, you should specify this in the `options` key of your Redis configuration:
103103

104104
'redis' => [
105105

0 commit comments

Comments
 (0)