Skip to content

Commit 17188e1

Browse files
Use proper address for https://www.tradesy.com/
1 parent ab2b972 commit 17188e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.markdown

Lines changed: 1 addition & 1 deletion
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](www.tradsey.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 [Tradsey](https://www.tradesy.com/)**
55

66
## Creating and connecting to a cluster
77

0 commit comments

Comments
 (0)