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
node-redis is a solid and performant client - in a word fantastic.
My nodejs project was upended when our IT team was unable to deploy my application due to lack of sentinel support.
I was able to transition to ioredis fairly quickly, but that was stressful - and the library introduced its own challenges.
I do appreciate that sentinel support is non-trivial to implement.
REQUEST: Please make clear under your README limitations that sentinel is NOT supported, so developers can know this before
an unpleasant surprise at end of project.
The text was updated successfully, but these errors were encountered:
@ChrisMoth I'm sorry you had to go through all of that. We are working on adding support for sentinel (see #302), hopefully I'll have good news soon... :)
Description
node-redis is a solid and performant client - in a word fantastic.
My nodejs project was upended when our IT team was unable to deploy my application due to lack of sentinel support.
I was able to transition to ioredis fairly quickly, but that was stressful - and the library introduced its own challenges.
I do appreciate that sentinel support is non-trivial to implement.
REQUEST: Please make clear under your README limitations that sentinel is NOT supported, so developers can know this before
an unpleasant surprise at end of project.
The text was updated successfully, but these errors were encountered: