-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Connect to Redis Cluster in Yandex Cloud #211
Comments
Thanks for posting in our issue tracker.
Thanks! This is an automated comment, triggered by adding the label |
We want to use `sudo pear channel-discover pear.nrk.io $sentinels = ['tcp://server:port]; $client->set('foo', 'bar');` Can I use yii2-redis to connect to this Yandex cloud redid cluster? |
I think so. Why not? |
How?) Connection config of yii2-redis
|
I see in YandexCloud FAQ that we can use direct connection. |
Checked it. I have no idea if current code is suitable. It supports multiple replicas but I have no idea on how to work with sentinel on the low level. |
Here it is: #45 |
Hello!
Is there any way to connect to Yandex Cloud
$sentinels = ['tcp://host:port'];
$options = [
'replication' => 'sentinel',
'service' => 'service_name',
'parameters' => [
'password' => ''
]
];
The text was updated successfully, but these errors were encountered: