Redis Tutorial for Beginners - 10 | Redis List (rpush, lrange, llen, lpop, rpop, linsert)

preview_player
Показать описание
Redis lists are linked lists of string values. Redis lists are frequently used to:
Implement stacks and queues.
Build queue management for background worker systems.

Basic Commands
0:00 Intro
0:42 RPUSH Command
1:25 LRANGE Command
1:51 LLEN Command
2:42 LPOP Command
3:07 RPOP Command
4:09 LINSERT (BEFORE) Command
5:38 LINSERT (AFTER) Command
Рекомендации по теме