Getting started
4 lessons in the Redis course.
Full Redis course · Search this topic · IT & cloud
- What Is Redis?Learn what Redis is and why it is popular for caching and fast shared state.
- Installing RedisInstall Redis locally or run it in Docker and confirm the server responds.
- Using redis-cliTalk to Redis interactively with redis-cli and inspect keys safely.
- Keys and NamingName keys clearly with prefixes and avoid accidental collisions.