sorry for necroposting, i've done my research, i would prefer mongoDB since it's just on the disk side, and not taking much memory like Redis. Memory issues are hard to deal with and messes up your whole server
Transfer data from Redis to MongoDB
-
I have installed a forum with Redis but it going to get all of my RAM.
I want to transfer data form Redis to MongoDB.
Can I do that?
Thank you very much. -
How much RAM is it using right now? You can check by running
INFO
inredis-cli
-
@julian I've just inform the users and reinstall it on mongoDB
my VPS has only 1GB RAM.