Skip to content

Commit

Permalink
Updating Documentation for Credis_Client
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBrownAustin committed Oct 15, 2024
1 parent 1541640 commit 648254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $particles = $redis->lrange('particles', 0, -1);

## Clustering your servers

Credis also includes a way for developers to fully utilize the [scalability of Redis cluster](https://redis.io/docs/latest/operate/oss_and_stack/management/scaling/) by using the RedisCluster class from [the Redis extension for PHP](https://github.com/phpredis/phpredis). This also works on [AWS ElastiCatch clusters](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.html).
Credis also includes a way for developers to fully utilize the [scalability of Redis cluster](https://redis.io/docs/latest/operate/oss_and_stack/management/scaling/) by using Credis_Client which is an adapter for the RedisCluster class from [the Redis extension for PHP](https://github.com/phpredis/phpredis). This also works on [AWS ElastiCatch clusters](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.html).
This feature requires the PHP extension for its functionality. Here is an example how to set up a cluster:

### Basic clustering example
Expand Down

0 comments on commit 648254e

Please sign in to comment.