Comment on Ask HN: Is it feasible to use redis as the only datastore?parentComments−codecaine14yAs far as I know there have been improvements in the virtual memory field. However it is not recommended to use redis if the data you want to store in it exceeds the amount of ram in your server.−pjscott14yVirtual memory support is being dropped from redis in versions after 2.4, so you should definitely avoid using it.−codecaine14ythanks for keeping me updated about redis :)
Comments
As far as I know there have been improvements in the virtual memory field. However it is not recommended to use redis if the data you want to store in it exceeds the amount of ram in your server.
Virtual memory support is being dropped from redis in versions after 2.4, so you should definitely avoid using it.
thanks for keeping me updated about redis :)