Anyone here is using redis as primary db? How are ...
# random
e
Anyone here is using redis as primary db? How are you handling memory related issues?
p
What do you mean by memory related issues? Hitting the limit of the machine?
I've used it in the past as a database.
s
We have been using it in production at Dunzo. Haven't seen memory issues, could be because our data size has strong bounds.
e
Actually I am using bull queue which is using redis https://github.com/OptimalBits/bull so wanted to know what if data per job inside queue is huge then will it cause redis to crash? How can I avoid it?