This commit is contained in:
Evilolipop 2022-09-27 09:36:06 +08:00 committed by GitHub
parent 2fb25afb3f
commit 272f45acc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ static void test_redis_string(acl::redis& cmd, const char* key) {
cmd.clear();
// call redis-server: GET key
if (!cmd.get(key, val)) {}
if (!cmd.get(key, val)) {
printf("get key error\r\n");
}
}