acl
acl copied to clipboard
hgetall
Hey, I have to include method for hgetall in your sample file "redis_client_cluster.cpp". How should I do?
You can look at demo at https://github.com/acl-dev/demo/blob/master/redis.cpp
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