For a brief intro to setting up Redis with Clojure using Carmine, see my earlier post on setting up Redis with Clojure.
The most common killer use for Redis is as a key-value store. You simply get and set values in it like in a map. It’s very handy for site wide session storage with web apps, or even in more traditional applications.