Redis Command: LRANGE
Retrieve items from a list. This command gets the items of a list by start and end indexes. This is the most used command for checking and fetching items from a list. To retrieve all the items from the list use start_index=0 and stop_index=-1. Like- LRANGE mysimplelist 0 -1