-
Notifications
You must be signed in to change notification settings - Fork 351
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
sentinel is fully supported? #7
Comments
Hi redis-plus-plus does NOT support sentinel so far. Although you can use However, sentinel support is in progress, and the next release, i.e. 1.1.0, will support sentinel, and maybe Redis Stream. Once I have any progress, I'll let you know. If you have any problem with redis-plus-plus, please feel free to let me know :) Regards |
thank you for your information and support, and I already found another easy way to connect sentinel cluster using single redis intance driver instead of sentinel pool, and read and write could be also fully seperated. the main idea is to connect redis using url instead of ip addr, meanwhile consul & dns needs to be used in this case to monitor and detect redis. this is temp way and could be working properly, and I will still use redis-plus-plus to connect sentinel using single redis intance driver, because consul and dns can simplfy redis sentinel as single instance , and once redis-plus-plus supports sentinel senario, i will remove consul and dns related components to make redis setup as easy as possible:) |
Hi @lixiaochun Now sentinel is supported by redis-plus-plus. You can try the latest code of master branch. With this feature,
Please see the doc for detail. If you have any problem, feel free to let me know. Regards |
perfect, thank you very much for your information, I will try it ASAP:) |
sentinel fully supported , good work:) |
Hi @lixiaochun , Recently, I find a bug which might make the Redis object created with Sentinel, not work properly. Please update your code to the latest master branch. Sorry for the inconvenience... Regards |
hi i want to know if sentinel is fully supported? thank you:)
The text was updated successfully, but these errors were encountered: