YoVDO

Introduction to Redis Data Structures

Offered By: Redis University via Independent

Tags

Redis Courses Data Structures Courses

Course Description

Overview

RU101 is an introductory course, perfect for developers new to Redis. In this course, you’ll learn about the data structures in Redis, and you’ll see how to practically apply them in the real world.

The course covers all of Redis’s most-used data structures, including strings, hashes, lists, sets, and sorted sets. Since Redis is often used for high-throughput, low-latency applications, we’ll be sure to cover the time-complexity of the various Redis commands so that you can select the most efficient data structures to solve your domain problem.

You’ll also learn about specialized Redis data structures such as geospatial indexes and bit fields. And you’ll see how to model capped collections, perform set operations, and take advantage of Redis pub/sub.

Finally, you’ll get an introduction to Redis’s powerful Lua scripting capabilities.


Related Courses

Deploy and Manage Your Application on Alibaba Cloud
Alibaba via Coursera
Amazon ElastiCache Service Primer
Amazon Web Services via Coursera
Migrating from Redis to Amazon ElastiCache
Amazon Web Services via Coursera
Exploring Memorystore for Redis Cluster
Google Cloud via Coursera
CVE Series: Redis (CVE-2022-0543)
Cybrary