Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Redis Complete Training
Rating: 2.9 out of 5(46 ratings)
273 students

Redis Complete Training

The Ultimate In-Memory Key-Value Storage System
Last updated 8/2015
English

What you'll learn

  • Learn Redis
  • Understand Replication and Clustering
  • Understand Key-Value In-Memory Storage System

Course content

5 sections18 lectures44m total length
  • Introduction1:54

    Explore Redis fundamentals, caching concepts, and how to install and use Redis across Windows, macOS, and Linux. Learn about client-server architecture, persistence, and clustering to build scalable back-end applications.

  • Prerequisites0:49

Requirements

  • Internet
  • OS X, Windows or Ubuntu

Description

In this course we’re going to take a look at Redis. Redis isn’t exactly a database: it’s not relational or document-oriented. Instead, it’s a key-value store—every “record” is just label and a piece of data. That might sound boring, but I think you’ll find that Redis has a lot to offer.

Key-Value store is a storage system where data is stored in form of key and value pairs. When we say in-memory key-value store, by that we mean that the key-value pairs are stored in primary memory(RAM). So we can say that Redis stored data in RAM in form of key-value pairs.

Redis is used by many large websites to inplement caching on their backend.

Who this course is for:

  • Web Developers
  • Application Developers