4 ms·
Are there any hidden reasons you could think of not to?
by clojurerocks 15y ago
Are there any hidden reasons you could think of not to?
- smokestack 15y agoI've read that persistence/virtual memory is quite slow (as of at least a few months ago). If your application can stand losing some of its data every once in a while, redis could be a good option.
- codecaine 15y agoAs 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.