Skip to content

Commit

Permalink
Merge pull request laravel#1662 from johnberberich/patch-1
Browse files Browse the repository at this point in the history
Fix spelling in redis.md
  • Loading branch information
taylorotwell committed Jul 6, 2015
2 parents 410ba67 + 41c36db commit 296ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The default server configuration should suffice for development. However, you ar

The `cluster` option will tell the Laravel Redis client to perform client-side sharding across your Redis 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.

Additinoally, you may define an `options` array value in your Redis connection definition, allowing you to specify a set Predis [client options](https://github.com/nrk/predis/wiki/Client-Options).
Additionally, you may define an `options` array value in your Redis connection definition, allowing you to specify a set of Predis [client options](https://github.com/nrk/predis/wiki/Client-Options).

If your Redis server requires authentication, you may supply a password by adding a `password` configuration item to your Redis server configuration array.

Expand Down

0 comments on commit 296ce62

Please sign in to comment.