You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/15 03:32:31 UTC

[GitHub] [apisix] diaosj opened a new issue #4422: request help: Does APISIX support Redis Sentinel?

diaosj opened a new issue #4422:
URL: https://github.com/apache/apisix/issues/4422


   ### Issue description
   
   Does APISIX support Redis Sentinel? Do I need a special Lua package to use it?
   
   ### Environment
   
   Request help without environment information will be ignored or closed.
   
   * apisix version (cmd: `apisix version`): 2.6
   * OS (cmd: `uname -a`): Linux 3.10.0-1160.11.1.el7.x86_64
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): openresty/1.19.3.1
   * etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): 3.4.14
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #4422: request help: Does APISIX support Redis Sentinel?

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #4422:
URL: https://github.com/apache/apisix/issues/4422#issuecomment-861176958


   The Redis client can talk with the sentinel. We can extend the current implementation to do it: https://redis.io/topics/sentinel#obtaining-the-address-of-the-current-master


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #4422: request help: Does APISIX support Redis Sentinel?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #4422:
URL: https://github.com/apache/apisix/issues/4422#issuecomment-861959076


   or you can use this library https://github.com/ledgetech/lua-resty-redis-connector


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org