mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Fix copy-paste typo in t_list.c comment (#9305)
This commit is contained in:
parent
86555ae0f7
commit
8ea18fa8d2
@ -954,7 +954,7 @@ void blpopCommand(client *c) {
|
||||
blockingPopGenericCommand(c,LIST_HEAD);
|
||||
}
|
||||
|
||||
/* BLPOP <key> [<key> ...] <timeout> */
|
||||
/* BRPOP <key> [<key> ...] <timeout> */
|
||||
void brpopCommand(client *c) {
|
||||
blockingPopGenericCommand(c,LIST_TAIL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user