You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...but the Sentinel is treated like a regular Redis instance, so all the usual GET/SET commands fail.
I'm using the default phpredis driver, which does have support for Sentinel in general, but requires a different connection class than the regular one to use it.
Is there a way to configure Packeton to use that, or any other way to use Sentinel with Packeton?
Thanks a lot,
Markus
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to connect to a Redis Sentinel service like this:
...which failed entirely. If I do it like this, I can at least get a connection:
...but the Sentinel is treated like a regular Redis instance, so all the usual GET/SET commands fail.
I'm using the default phpredis driver, which does have support for Sentinel in general, but requires a different connection class than the regular one to use it.
Is there a way to configure Packeton to use that, or any other way to use Sentinel with Packeton?
Thanks a lot,
Markus
The text was updated successfully, but these errors were encountered: