2 #include "../acl_cpp_define.hpp" 4 #include "../stdlib/string.hpp" 7 #if !defined(ACL_CLIENT_ONLY) && !defined(ACL_REDIS_DISABLE) 50 bool watch(
const std::vector<string>& keys);
103 bool run_cmd(
const char* cmd,
const char* argv[],
104 const size_t lens[],
size_t argc);
117 bool run_cmd(
const char* cmd,
const std::vector<string>& args);
124 size_t get_size(
void)
const;
136 const redis_result* get_child(
size_t i,
string* cmd)
const;
149 std::vector<string> cmds_;
154 #endif // !defined(ACL_CLIENT_ONLY) && !defined(ACL_REDIS_DISABLE)
#define ACL_CPP_DEPRECATED
const std::vector< string > & get_commands(void) const