public marks

PUBLIC MARKS from Spone with tags database & optimisation

25 April 2015 18:15

How to take advantage of Redis just adding it to your stack

by 1 other
Redis is different than other database solutions in many ways: it uses memory as main storage support and disk only for persistence, the data model is pretty unique, it is single threaded and so forth. I think that another big difference is that in order to take advantage of Redis in your production environment you don't need to switch to Redis. You can just use it in order to do new things that were not possible before, or in order to fix old problems.