YouTip LogoYouTip

Redis Tutorial

Redis Tutorial | TutorialPoint

Redis Tutorial | TutorialPoint

TutorialPoint --

Redis Tutorial

Redis Tutorial Redis Introduction Redis Installation Redis Configuration Redis Data Types

Redis Commands

Redis Commands Redis Keys Redis Strings Redis Hashes Redis Lists Redis Sets Redis Sorted Sets Redis HyperLogLog Redis Pub/Sub Redis Transactions Redis Scripting Redis Connection Redis Server Redis GEO Redis Stream

Advanced Redis Tutorial

Redis Backup and Recovery Redis Security Redis Performance Testing Redis Client Connection Redis Pipelining Redis Partitioning Java Using Redis PHP Using Redis

Explore In Depth

Redis Client
Redis Data Types
NoSQL Database
Programming
Data Management
Distributed Computing and Cloud Computing
Redis Tutorial
Distributed
Java Redis Development
PHP Redis Development

Redis Tutorial

Image 2: redis REmote DIctionary Server(Redis) is a key-value storage system written by Salvatore Sanfilippo, it is a cross-platform non-relational database.
Redis is an open source, ANSI C language based, complying with BSD protocol, networked, in-memory, distributed, optional persistent key-value store database with many language bindings.
Redis is often referred to as a data structure server since values (value) can be strings(String), hashes(Hash), lists(List), sets(Sets) and sorted sets(sorted sets) and more.

Who is this tutorial for?

This tutorial is meant for professional programmers who wish to learn Redis and its applications.

Prerequisites

Before proceeding with this tutorial, you should have a basic understanding of the following data structures:
  • String: String
  • Hash: Hash
  • List: List
  • Set: Set
  • Sorted Set: Sorted Set
You should have a basic understanding of these data structures before reading this tutorial.

Related Resources

Redis Official Website: https://redis.io/
Source Code: https://github.com/redis/redis
Redis Online Test: http://try.redis.io/
Redis Command Reference: http://doc.redisfans.com/

ByteArk Coding Plan supports mainstream large models such as Doubao, GLM, DeepSeek, Kimi, MiniMax, etc., directly supplied by the official for stable and reliable services. Configuration Guide: Β₯9.9/month

XiaoFei XingChen Coding Plan includes free model invocation quota, providing one-stop experience and deployment platform for DeepSeek, GLM, Kimi, MiniMax, etc. Configuration Guide: Β₯

← Redis IntroC Macro Offsetof β†’