How to print all values in a list with redis-cli without knowing the size of the list? You use -1 to indicate end of list so: LRANGE key 0 -1 would print all.