mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
fix typo
This commit is contained in:
parent
2fb25afb3f
commit
272f45acc7
@ -55,7 +55,7 @@ static void test_redis_string(acl::redis& cmd, const char* key) {
|
|||||||
cmd.clear();
|
cmd.clear();
|
||||||
|
|
||||||
// call redis-server: GET key
|
// call redis-server: GET key
|
||||||
if (!cmd.get(key, val)) {}
|
if (!cmd.get(key, val)) {
|
||||||
printf("get key error\r\n");
|
printf("get key error\r\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user