Latest web development tutorials

Redis Tutorial

redis

REmote DIctionary Server (Redis) is a Salvatore Sanfilippo written by a key-value storage system.

Redis is an open source written in ANSI C, BSD protocol compliance, support network, can also be memory-based persistent log type, Key-Value database, and provides multi-lingual API.

It is often called the data structure of the server, because the value (value) can be a string (String), hash (Map), list (list), set (sets) and ordered set (sorted sets) and other types.

Start Learning Redis .


Who should take this tutorial?

This tutorial is for the professional developer, this tutorial you can learn step by step Redis application.


Before reading this tutorial, you need to know

Before reading this tutorial, you need to understand the basic data structures.