-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for RedisCluster (phpredis extension) #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
ClusterClient.php
Outdated
$this->timeout, | ||
$this->readTimeout, | ||
$this->persistentBool, // Note: This can't be $this->persistent, because it is string | ||
['user' => $this->authUsername, 'pass' => $this->authUsername], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'pass' => $this->authUsername
🤦
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved in 1f46776
* Credis_Cluster class now replaced with new class that uses RedisCluster. * Updated tests * Lots of tests skipped because of broken/missing features or incompatible behaviour because of Redis clusters or RedisCluster * Adding PHP 8.3 test container to run the phpunit tests
No description provided.