Anyone here is using redis as primary db? How are you handling memory related issues?
p
powerful-planet-56851
01/14/2022, 6:45 PM
What do you mean by memory related issues? Hitting the limit of the machine?
powerful-planet-56851
01/14/2022, 6:45 PM
I've used it in the past as a database.
s
sticky-france-54116
01/15/2022, 6:44 AM
We have been using it in production at Dunzo. Haven't seen memory issues, could be because our data size has strong bounds.
e
echoing-computer-87366
01/15/2022, 3:14 PM
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?