mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fix copy-paste typo in t_list.c comment (#9305)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user