mirror of
https://github.com/fluencelabs/redis
synced 2025-06-27 16:01:32 +00:00
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
This commit is contained in:
@ -143,7 +143,7 @@ void slowlogCommand(client *c) {
|
||||
slowlogEntry *se;
|
||||
|
||||
if (c->argc == 3 &&
|
||||
getLongFromObjectOrReply(c,c->argv[2],&count,NULL) != REDIS_OK)
|
||||
getLongFromObjectOrReply(c,c->argv[2],&count,NULL) != C_OK)
|
||||
return;
|
||||
|
||||
listRewind(server.slowlog,&li);
|
||||
|
Reference in New Issue
Block a user