mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
modify README.md for redis module
This commit is contained in:
parent
2d6cfb27ff
commit
2de88dcb2b
@ -39,7 +39,7 @@ static void test_redis_string(acl::redis_string& cmd, const char* key)
|
||||
val.clear();
|
||||
|
||||
// reset the redis command object for reusing it
|
||||
cmd.reset();
|
||||
cmd.clear();
|
||||
|
||||
// call redis-server: GET key
|
||||
if (cmd.get(key, val) == false)
|
||||
@ -126,7 +126,7 @@ static void test_redis_string(acl::redis& cmd, const char* key)
|
||||
val.clear();
|
||||
|
||||
// reset the redis command object for reusing it
|
||||
cmd.reset();
|
||||
cmd.clear();
|
||||
|
||||
// call redis-server: GET key
|
||||
if (cmd.get(key, val) == false)
|
||||
|
Loading…
Reference in New Issue
Block a user