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
Redis Sentinel mode includes a configuration option that allows notifications (to an administrator or client) when a failover occurs. This feature is documented in the sentinel.conf.
When attempting to utilize this notification feature, I encountered a problem: curl is not installed in the image. I also attempted to use wget to send an HTTP request, but the wget included with busybox cannot handle HTTPS proxies.
Could curl be added to the redis docker image? This would enable the notification feature to function correctly by allowing HTTP requests to be sent reliably.
Thank you!
The text was updated successfully, but these errors were encountered:
Redis Sentinel mode includes a configuration option that allows notifications (to an administrator or client) when a failover occurs. This feature is documented in the sentinel.conf.
When attempting to utilize this notification feature, I encountered a problem:
curl
is not installed in the image. I also attempted to usewget
to send an HTTP request, but thewget
included with busybox cannot handle HTTPS proxies.Could
curl
be added to the redis docker image? This would enable the notification feature to function correctly by allowing HTTP requests to be sent reliably.Thank you!
The text was updated successfully, but these errors were encountered: