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");
}
}
@ -282,4 +282,4 @@ Open the VS projects, such as acl_cpp_vc2003.sln, acl_cpp_vc2008.sln, acl_cpp_vc
- Acl redis source: [Redis source files](../../src/redis/)
- More examples: See examples in the current directory
## 5. About Acl
- See [About Acl](../../../README.md)
- See [About Acl](../../../README.md)