Comment on Ask HN: Is it feasible to use redis as the only datastore?Comments−josephg14yWith redis, all your data must fit in RAM on your server(s).It really depends on how much data your application uses (and how much you expect it to use as you grow).
Comments
With redis, all your data must fit in RAM on your server(s).
It really depends on how much data your application uses (and how much you expect it to use as you grow).