mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 12:28:49 +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();
|
||||
|
||||
// call redis-server: GET key
|
||||
if (!cmd.get(key, val)) {}
|
||||
if (!cmd.get(key, val)) {
|
||||
printf("get key error\r\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user