profi
by Nicola Galgano

I will give you an idea of what Redis is, what it does, and why you might want to use it. Redis is an in-memory data structure store, supports strings, hashes, lists, sets, sorted sets. With a small set of API functions, is easy to learn. It can be used for a wide range of problems, not only for caching. Let start exploring a simple real use case: how the Joomla cache take advantages from Redis. Can be done more, some other use cases: sessions and statistics.