Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Margolin <mm0@users.noreply.github.com>2015-07-09 08:31:53 +0300
committerMatt Margolin <mm0@users.noreply.github.com>2015-07-09 08:31:53 +0300
commita5477270cc5a351e53b12cae0e5e0bf7eaf33e61 (patch)
tree713482f4daf743b221f00b7b589cbbebaaa7e9fb /cluster.markdown
parent716536452db463b45cd4708873f997a6b1ff100c (diff)
Update cluster.markdown
Diffstat (limited to 'cluster.markdown')
-rw-r--r--cluster.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster.markdown b/cluster.markdown
index c7e35677..0cbf45f9 100644
--- a/cluster.markdown
+++ b/cluster.markdown
@@ -1,7 +1,7 @@
Redis Cluster
=============
-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/)**
+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/)**
## Creating and connecting to a cluster
@@ -175,4 +175,4 @@ The save path for cluster based session storage takes the form of a PHP GET requ
* _distribute_: phpredis will randomly distribute session reads between masters and any attached slaves (load balancing).
* _failover (string)_: How phpredis should distribute session reads between master and slave nodes.
* * _none_ : phpredis will only communicate with master nodes
-* * _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. \ No newline at end of file
+* * _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.