• Post category:StudyBullet-7
  • Reading time:3 mins read


Learn Redis in simple and easy steps using this beginner’s tutorial containing basic to advanced knowledge

What you will learn

Install Redis

Run Redis Locally

Understand terminal commands for managing the database

Learn Basic Concepts of Redis

Description

Redis is an open source, BSD licensed, advanced in-memory key-value store where keys can contain data structures such as strings, hashes, lists, sets, and sorted sets. Redis Can be used as Database, a Caching layer or a Message broker.

This tutorial will provide you good understanding on Redis Database concepts and provide you the hands on skills to be a Redis  expert.

This tutorial is intended for students and new developers who are wants to learn Redis Database in easy to understand steps. This tutorial will provide you Redis concepts which will help you to get started with Redis quickly. After finishing this course you will Lay the foundation of in memory cache databases from where you can take yourself at higher level of expertise.


Get Instant Notification of New Courses on our Telegram channel.


The goal of this course is to provide you with a working knowledge of Redis database applications. We’ll start with the basics, starting from installing Redis on different Operating Systems like Window, Mac and Linux. Next we will learn the fundamental concepts of Redis Database including Overview, Environment, Configuration, Data types, Commands like Keys, Strings, Hashes, Lists, Sets, Sorted Sets, HyperLogLog, Pub/Sub, Transactions, Scripting, Connection, Server, Backup, Security, Benchmarks, Client Connection, Pipelining, and Partitioning.

So let’s get started !!!!!

English
language

Content

Introduction

Introduction

Install Redis database

Install Redis On Windows
Install Redis On Linux
Install Redis On Mac

Basics

Redis strings commands
more commands (SETEX, SETNX, INCR, DECR, MSET…)
Redis Hashes
Redis Lists
Redis Sets
Redis Sorted Sets
Redis Publish Subscribe