Redis Tutorial
REmote DIctionary Server (Redis) is a key-value storage system written by Salvatore Sanfilippo, which is a cross-platform, non-relational database.
Redis is an open-source, ANSI C-written, BSD-licensed, networked, in-memory, distributed, optionally persistent key-value (Key-Value) storage database, and provides APIs in multiple languages.
Redis is often referred to as a data structure server because the values can be strings, hashes, lists, sets, and sorted sets.
Who is this tutorial for?
This tutorial is designed for professional programmers who want to learn about Redis step by step.
What knowledge is required before reading this tutorial?
Before reading this tutorial, you should understand basic data structures such as:
- String: String
- Hash: Hash
- List: List
- Set: Set
- Sorted Set: Sorted Set
Understanding basic data structures is necessary before reading this tutorial.
Related Resources
Redis Official Website: https://redis.io/
Source Code Repository: https://github.com/redis/redis
Redis Online Testing: http://try.redis.io/
Redis Command Reference: http://doc.redisfans.com/