Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05e38d5

Browse files
Merge branch 'develop' of github.com:phpredis/phpredis into develop
2 parents 01b46d0 + 3068e3a commit 05e38d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Redis Cluster
22
=============
33

4-
Redis introduces cluster support as of version 3.0.0, and to communicate with a cluster using phpredis one needs to use the RedisCluster class. For the majority of operations the RedisCluster class can act as a drop-in replacement for the Redis class without needing to modify how it's called. **This feature was added as the result of a generous sponsorship by [Tradsey](https://www.tradesy.com/)**
4+
Redis introduces cluster support as of version 3.0.0, and to communicate with a cluster using phpredis one needs to use the RedisCluster class. For the majority of operations the RedisCluster class can act as a drop-in replacement for the Redis class without needing to modify how it's called. **This feature was added as the result of a generous sponsorship by [Tradesy](https://www.tradesy.com/)**
55

66
## Creating and connecting to a cluster
77

@@ -175,4 +175,4 @@ The save path for cluster based session storage takes the form of a PHP GET requ
175175
* _distribute_: phpredis will randomly distribute session reads between masters and any attached slaves (load balancing).
176176
* _failover (string)_: How phpredis should distribute session reads between master and slave nodes.
177177
* * _none_ : phpredis will only communicate with master nodes
178-
* * _error_: phpredis will communicate with master nodes unless one failes, in which case an attempt will be made to read session information from a slave.
178+
* * _error_: phpredis will communicate with master nodes unless one failes, in which case an attempt will be made to read session information from a slave.

0 commit comments

Comments
 (0)