Common Redis client
Hey all the question it is not related to current Novu state. i am willing to build cache service, i am thinking of wrapping the native node 'redis' package and i am wondering what redis library have you used in the past. do you have any suggestions from your experience?
5 Replies
My only experience is with an in-house wrapper, so unfortunately can't provide any advise on it. π
Same here and in c sharp π¬
I have used ioredis with great success
And bullmq that I would say is used by big companies is using ioredis as well π
Thanks for the feedback, the ioredis was the last one i was looking into on Thursday i will look into it more on Sunday πͺπΌ. Mainly i am looking for the lightest one that support of deletion with pattern.
Same here, mostly wrapped the "redis" package is it's quite straightforward. \