Download to read offline










This document summarizes Redis, including where to get it, how it compares to Memcached, common Redis commands, Redis data types, and simple Redis applications. It discusses using Redis for cohort analysis using bitmaps, offloading logic and computing using Lua scripts, and publishing notifications using Pub/Sub. The document provides an overview of Redis capabilities and use cases.
Introduction to the workshop led by Manoj Kumar on Redis.
Basics on where to access Redis resources including its official website and AWS ElasticCache.
Comparison of Memcached and Redis highlighting their features, strengths, and weaknesses.
Instructions for using redis-cli, connecting to a server, and executing common commands.
Overview of data types in Redis: Strings, Hashes, Lists, Sets, and Sorted Sets.
Steps to build a simple application using Redis, including data analysis and retrieval.
Introduction to cohort analysis in Redis using Bitmaps for specific bus configurations.
Discussion on using Lua for offloading computing and logic within Redis.
Explaining the Pub/Sub feature of Redis for notifications and alerts.
Wrap-up of the workshop with thanks.









