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-om for node seems only get connected through node-redis module.
node-redis has future enhancments to support sentinel, but looks like it is struggling to add support for sentinel for 10 years, but have not success yet.
Is there any known way where I can make my NodeJS application to work with Redis sentinel and use redis-om on it?
The text was updated successfully, but these errors were encountered:
@guyroyse, now that node-redis v5 release is getting closer, do you have an estimated timeline to support the new major version? If not, is there at least a list of todos being authored to support the new major version? I'm asking because I'm sure many would be willing to contribute.
It is relevant because it natively supports Sentinel.
redis-om for node seems only get connected through node-redis module.
node-redis has future enhancments to support sentinel, but looks like it is struggling to add support for sentinel for 10 years, but have not success yet.
Is there any known way where I can make my NodeJS application to work with Redis sentinel and use redis-om on it?
The text was updated successfully, but these errors were encountered: