Introduction
LRANGE helps you get a part or all of a list stored in Redis. It is like reading a few pages from a book instead of the whole book.
You want to see the first few items in a list of recent messages.
You need to get the last 10 scores from a game leaderboard.
You want to read a specific range of elements from a list of tasks.
You want to display a page of comments from a long list.