mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 16:31:33 +00:00
2
deps/hiredis/test.c
vendored
2
deps/hiredis/test.c
vendored
@ -51,7 +51,7 @@ static redisContext *select_database(redisContext *c) {
|
||||
assert(reply != NULL);
|
||||
freeReplyObject(reply);
|
||||
|
||||
/* Make sure the DB is emtpy */
|
||||
/* Make sure the DB is empty */
|
||||
reply = redisCommand(c,"DBSIZE");
|
||||
assert(reply != NULL);
|
||||
if (reply->type == REDIS_REPLY_INTEGER && reply->integer == 0) {
|
||||
|
Reference in New Issue
Block a user