1
0
mirror of https://github.com/fluencelabs/redis synced 2025-06-22 13:31:32 +00:00

change the comments there may have a mis type

This commit is contained in:
stan011
2019-05-07 14:22:40 +08:00
parent a72ab70fee
commit d9d3d3065b

@ -617,7 +617,7 @@ void rpoplpushCommand(client *c) {
* the AOF and replication channel. * the AOF and replication channel.
* *
* The argument 'where' is LIST_TAIL or LIST_HEAD, and indicates if the * The argument 'where' is LIST_TAIL or LIST_HEAD, and indicates if the
* 'value' element was popped fron the head (BLPOP) or tail (BRPOP) so that * 'value' element was popped from the head (BLPOP) or tail (BRPOP) so that
* we can propagate the command properly. * we can propagate the command properly.
* *
* The function returns C_OK if we are able to serve the client, otherwise * The function returns C_OK if we are able to serve the client, otherwise