Page https://redis.io/docs/latest/develop/data-types/lists
on section First steps with Redis Lists
second example code snippet
> LRANGE mylist 0 -1
1) "bike:very_important_bike"
2) "bike:important_bike"
3) "bike:1"
4) "bike:2"
5) "bike:3"
should reference key bikes:repairs but mylist