acl icon indicating copy to clipboard operation
acl copied to clipboard

hgetall

Open Nitika123 opened this issue 7 years ago • 2 comments

Hey, I have to include method for hgetall in your sample file "redis_client_cluster.cpp". How should I do?

Nitika123 avatar Jul 19 '18 11:07 Nitika123

You can look at demo at https://github.com/acl-dev/demo/blob/master/redis.cpp

zhengshuxin avatar Jul 19 '18 15:07 zhengshuxin

I am getting segmentation fault when I am passing a key.

redis.hgetall(arguments[3],result); type of: result: std::map<acl::string, acl::string> arguments[3]: string redis: acl::redis_hash

Nitika123 avatar Jul 20 '18 06:07 Nitika123