Getting Started with Redis

Redis is an open source, key-value database built with an in-memory design that emphasizes speed. It has support for rich data types, atomic operations, and Lua scripting.


Just the essentials to go from zero to working in a few minutes.