Redis Lists Explained

preview_player
Показать описание
Redis Lists are a flexible and fast data structure that will keep you rocking! In this explainer, we’ll introduce you to the most common List commands, including RPUSH, LPOP, LLEN, and LRANGE. We’ll also show you how to use Redis Lists to model a playlist for our own radio station, KRDS!

Links:

Рекомендации по теме
Комментарии
Автор

Perfect video👌🏻 good visual representation of lists docs

amoohesam
Автор

Good video. I use list to manage irrigation queues. I have to modify the queue at run time. After your talk on ordered sets, i am leaning to ordered sets as my irrigation effective queue as it leads to more flexiability in modify the irrigation schedule. in many cases, i had to delete the queue and reconstruct manual what is large number of computer generated schedules

glennedgar
Автор

Amazing how millions of us use redis yet this channel has 17K subscribers.

abraham
Автор

I demand, I repeat I demand to publish the playlist shown at 3:50 !!!😅😅😅

chasing_the_horizon
Автор

How can we reverses a list is there function for that

malhotramayank