Hacker News new | ask | show | jobs
by codecaine 5386 days ago
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.
1 comments

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 :)