Skip to content

Feedback: wrong key reference in example code snippet #1435

@vincentsptang

Description

@vincentsptang

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdev

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions