Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master Redis: A Complete Course on Redis
Rating: 3.4 out of 5(48 ratings)
316 students

Master Redis: A Complete Course on Redis

A Complete Guide to learn Redis in Simple and Easy Steps
Created byTechno Crats
Last updated 2/2019
English

What you'll learn

  • After completing this course, you will be at a good level from where you can take yourself to a higher level of expertise.

Course content

4 sections33 lectures3h 5m total length
  • 1.1 Introduction to the Course1:21

    Explore Redis, an open-source in-memory key-value store and data structure server, learning core structures like strings, hashes, lists, sets, and sorted sets, plus commands and scripting.

  • 1.2 What is Redis3:42

    Redis is an in-memory data store and cache with a flexible open-source license. It supports fast operations on data types like strings, hashes, and sorted sets, and enables publish/subscribe messaging.

  • 1.3 Features of Redis2:56

    Explore the features of redis, including speed and in-memory storage with flexible persistence. Utilize data structures like strings, lists, sets, and hashes, and enable multi-value commands with a one-line configuration.

  • 1.4 Redis vs RDBMS1:09

    Contrast rdbms with in-memory storage: primary memory enables extremely fast operations but is costly and limited for large data, while secondary memory offers capacity for large files.

  • 1.5 Redis vs MongoDB4:33

    Compare Redis and MongoDB as database options, highlighting document-store structures, in-memory performance, persistence, scaling, and the role of indexes for building flexible applications.

  • 1.6 Redis vs Memcached3:12

    Compare Redis and Memcached as in-memory stores for database cache and messaging; Redis is open source with simple deployment and replication support, while Memcached lacks persistence and replication.

  • 1.7 Redis vs Elasticsearch2:07

    Explore the differences between Redis and Elasticsearch, highlighting Redis as a database cache and message broker, and Elasticsearch as an analytics and search engine.

  • 1.8 Redis vs Aerospike5:04

    Compare Redis and Aerospike as fast in-memory vs scalable noSQL databases, highlighting Aerospike’s persistence, automatic failure detection, backup and recovery, in-memory replication, and broad language support.

  • 1.9 Redis Installation on Windows3:23

    Learn how to install Redis on Windows, including downloading the page, running the installer, and configuring the host 127.0.0.1 and port 6379.

Requirements

  • Basic knowledge of Data Structures
  • Basic knowledge of SQL.
  • Basic Programming Terminologies

Description

Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server, since the keys can contain strings, hashes, lists, sets and sorted sets. Redis is written in C. This course provides good understanding on Redis concepts, needed to create and deploy a highly scalable and performance-oriented system. 

This course is designed for Professionals who are willing to learn Redis in simple and easy steps. After completing this course, you will be at a good level of expertise from where you can take yourself to a higher level.

Before proceeding with this course, you should have basic knowledge of Data Structures, SQL and Basic Programming Terminologies.

Who this course is for:

  • This course is designed for Software Professionals who are willing to learn Redis in simple and easy steps.
  • Database Administrators
  • Software Engineers
  • Students and Freshers