Redis Crash Course. Learn the fundamentals of Using Redis

Опубликовано: 23 Февраль 2025
на канале: Ssali Jonathan
573
27

Redis Crash Course
This is a compilation of all videos from my playlist on Redis. We look at some basic concepts involved when using Redis.

PLAYLIST:
   • Learn Redis.  

PLEASE BUY ME A COFFEE
https://buymeacoffee.com/jod35

SUBSCRIBE:
   / @ssalijonathan  

GITHUB:
http://github.com/jod35


TIMESTAMPS:
0:00 Introduction and Installation
2:17 What Redis is
4:00 Hello World (get and set)
5:21 Setting & getting multiple values (mset and mget)
7:44 Strings Explained
13:52 Setting key expiries
16:36 Deleting a key in Redis
17:30 Lists Explained
28:51 Hashes Explained
38:13 Sets Explained
46:43 Sorted sets Explained
56:42 Publish-Subscribe Model Explained in Redis
1:03:54 Transactions Explained