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:
authormichael-grunder <michael.grunder@gmail.com>2015-03-09 00:06:05 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:19:30 +0300
commit17188e1aed11503eef763c0c6ef497f395bd3e55 (patch)
tree42d25076fbe3d93a02a3be22c50309c0bfa1e0f7 /cluster.markdown
parentab2b972f1dcf909c3e859ef9ee7cf4659bd36da9 (diff)
Use proper address for https://www.tradesy.com/
Diffstat (limited to 'cluster.markdown')
-rw-r--r--cluster.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.markdown b/cluster.markdown
index 0a328540..b326250c 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](www.tradsey.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 [Tradsey](https://www.tradesy.com/)**
## Creating and connecting to a cluster