Comment on Ask HN: Going from Redis to MySQL. Good idea?Comments−ayushghosh11yUse a document store like mongoDB, use redis for frequently used data only, Mysql is also great, maria db would be better or percona.I think redis should have current data only which may be needed to process or crunch daily sales or so etc.
Comments
Use a document store like mongoDB, use redis for frequently used data only, Mysql is also great, maria db would be better or percona.
I think redis should have current data only which may be needed to process or crunch daily sales or so etc.