acl
3.5.3.0
|
成员的完整列表,这些成员属于 acl::redis_cluster,包括所有继承而来的类成员
addr_ | acl::redis_command | protected |
argc_ | acl::redis_command | protected |
argv_ | acl::redis_command | protected |
argv_lens_ | acl::redis_command | protected |
argv_size_ | acl::redis_command | protected |
argv_space(size_t n) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::map< string, string > &attrs) | acl::redis_command | protected |
build(const char *cmd, const char *key, size_t klen, const std::map< string, string > &attrs) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::map< string, const char * > &attrs) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::vector< string > &names, const std::vector< string > &values) | acl::redis_command | protected |
build(const char *cmd, const char *key, size_t klen, const std::vector< string > &names, const std::vector< string > &values) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::vector< const char * > &names, const std::vector< const char * > &values) | acl::redis_command | protected |
build(const char *cmd, const char *key, const char *names[], const char *values[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, const int names[], const char *values[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, const char *names[], const size_t names_len[], const char *values[], const size_t values_len[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, size_t klen, const char *names[], const size_t names_len[], const char *values[], const size_t values_len[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::vector< string > &names) | acl::redis_command | protected |
build(const char *cmd, const char *key, size_t klen, const std::vector< string > &names) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::vector< const char * > &names) | acl::redis_command | protected |
build(const char *cmd, const char *key, const std::vector< int > &names) | acl::redis_command | protected |
build(const char *cmd, const char *key, const char *names[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, const char *names[], const size_t lens[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, size_t klen, const char *names[], const size_t lens[], size_t argc) | acl::redis_command | protected |
build(const char *cmd, const char *key, const int names[], size_t argc) | acl::redis_command | protected |
build_request(size_t argc, const char *argv[], size_t lens[], string &out) | acl::redis_command | static |
build_request(size_t argc, const char *argv[], size_t lens[]) | acl::redis_command | |
build_request1(size_t argc, const char *argv[], size_t lens[]) | acl::redis_command | protected |
build_request2(size_t argc, const char *argv[], size_t lens[]) | acl::redis_command | protected |
check_addr_ | acl::redis_command | protected |
check_status(const char *success="OK") | acl::redis_command | protected |
clear(bool save_slot=false) | acl::redis_command | |
clear_request(void) | acl::redis_command | protected |
cluster_ | acl::redis_command | protected |
cluster_addslots(int first,...) | acl::redis_cluster | |
cluster_addslots(const int slot_list[], size_t n) | acl::redis_cluster | |
cluster_addslots(const std::vector< int > &slot_list) | acl::redis_cluster | |
cluster_count_failure_reports(const char *node) | acl::redis_cluster | |
cluster_countkeysinslot(size_t slot) | acl::redis_cluster | |
cluster_delslots(int first,...) | acl::redis_cluster | |
cluster_delslots(const int slot_list[], size_t n) | acl::redis_cluster | |
cluster_delslots(const std::vector< int > &slot_list) | acl::redis_cluster | |
cluster_failover() | acl::redis_cluster | |
cluster_failover_force() | acl::redis_cluster | |
cluster_failover_takeover() | acl::redis_cluster | |
cluster_forget(const char *node) | acl::redis_cluster | |
cluster_getkeysinslot(size_t slot, size_t max, std::list< string > &result) | acl::redis_cluster | |
cluster_info(std::map< string, string > &result) | acl::redis_cluster | |
cluster_keyslot(const char *key) | acl::redis_cluster | |
cluster_meet(const char *ip, int port) | acl::redis_cluster | |
cluster_nodes() | acl::redis_cluster | |
cluster_replicate(const char *node) | acl::redis_cluster | |
cluster_reset() | acl::redis_cluster | |
cluster_reset_hard() | acl::redis_cluster | |
cluster_reset_soft() | acl::redis_cluster | |
cluster_saveconfig() | acl::redis_cluster | |
cluster_set_config_epoch(const char *epoch) | acl::redis_cluster | |
cluster_setslot_importing(size_t slot, const char *src_node) | acl::redis_cluster | |
cluster_setslot_migrating(size_t slot, const char *dst_node) | acl::redis_cluster | |
cluster_setslot_node(size_t slot, const char *node) | acl::redis_cluster | |
cluster_setslot_stable(size_t slot) | acl::redis_cluster | |
cluster_slaves(const char *node) | acl::redis_cluster | |
cluster_slots() | acl::redis_cluster | |
conn_ | acl::redis_command | protected |
dbuf_ | acl::redis_command | protected |
eof(void) const | acl::redis_command | |
get_addr(const char *info) | acl::redis_command | |
get_client(void) const | acl::redis_command | inline |
get_client_addr(void) const | acl::redis_command | |
get_cluster(void) const | acl::redis_command | inline |
get_dbuf(void) const | acl::redis_command | inline |
get_number(bool *success=NULL) | acl::redis_command | protected |
get_number(std::vector< int > &out) | acl::redis_command | protected |
get_number64(bool *success=NULL) | acl::redis_command | protected |
get_number64(std::vector< long long int > &out) | acl::redis_command | protected |
get_pipeline(void) const | acl::redis_command | inline |
get_pipeline_message(void) | acl::redis_command | |
get_request_buf(void) const | acl::redis_command | inline |
get_request_obj(void) const | acl::redis_command | inline |
get_result(size_t i, size_t *len=NULL) const | acl::redis_command | |
get_result(void) const | acl::redis_command | |
acl::redis_command::get_slot(void) const | acl::redis_command | inline |
get_status(std::vector< bool > &out) | acl::redis_command | protected |
get_status(void) | acl::redis_command | protected |
get_string(string &buf) | acl::redis_command | protected |
get_string(string *buf) | acl::redis_command | protected |
get_string(char *buf, size_t size) | acl::redis_command | protected |
get_strings(std::vector< string > &result) | acl::redis_command | protected |
get_strings(std::vector< string > *result) | acl::redis_command | protected |
get_strings(std::list< string > &result) | acl::redis_command | protected |
get_strings(std::list< string > *result) | acl::redis_command | protected |
get_strings(std::map< string, string > &result) | acl::redis_command | protected |
get_strings(std::vector< string > &names, std::vector< string > &values) | acl::redis_command | protected |
get_strings(std::vector< const char * > &names, std::vector< const char * > &values) | acl::redis_command | protected |
hash_slot(const char *key) | acl::redis_command | |
hash_slot(const char *key, size_t len) | acl::redis_command | |
is_check_addr(void) const | acl::redis_command | inline |
is_slice_req(void) const | acl::redis_command | inline |
logger_result(const redis_result *result) | acl::redis_command | protected |
noncopyable() | acl::acl::noncopyable | inlineprotected |
pipe_msg_ | acl::redis_command | protected |
pipe_use_mbox_ | acl::redis_command | protected |
pipeline_ | acl::redis_command | protected |
redirect_max_ | acl::redis_command | protected |
redirect_sleep_ | acl::redis_command | protected |
redis_cluster(void) | acl::redis_cluster | |
redis_cluster(redis_client *conn) | acl::redis_cluster | |
redis_cluster(redis_client_cluster *cluster) | acl::redis_cluster | |
redis_cluster(redis_client_cluster *cluster, size_t max_conns) | acl::redis_cluster | |
redis_cluster(redis_client_pipeline *pipeline) | acl::redis_cluster | |
redis_command(void) | acl::redis_command | |
redis_command(redis_client *conn) | acl::redis_command | |
redis_command(redis_client_cluster *cluster) | acl::redis_command | |
redis_command(redis_client_cluster *cluster, size_t max_conns) | acl::redis_command | |
redis_command(redis_client_pipeline *pipeline) | acl::redis_command | |
request(size_t argc, const char *argv[], size_t lens[], size_t nchild=0) | acl::redis_command | |
request(const std::vector< string > &args, size_t nchild=0) | acl::redis_command | |
request_buf(void) const | acl::redis_command | inline |
request_buf_ | acl::redis_command | protected |
request_obj_ | acl::redis_command | protected |
reset(bool save_slot=false) | acl::redis_command | |
result_ | acl::redis_command | protected |
result_child(size_t i) const | acl::redis_command | |
result_error(void) const | acl::redis_command | |
result_number(bool *success=NULL) const | acl::redis_command | |
result_number64(bool *success=NULL) const | acl::redis_command | |
result_size(void) const | acl::redis_command | |
result_status(void) const | acl::redis_command | |
result_type(void) const | acl::redis_command | |
result_value(size_t i, size_t *len=NULL) const | acl::redis_command | |
run(size_t nchild=0, int *timeout=NULL) | acl::redis_command | protected |
scan_keys(const char *cmd, const char *key, int &cursor, size_t &size, const char *pattern, const size_t *count) | acl::redis_command | protected |
scan_keys(const char *cmd, const char *key, size_t klen, int &cursor, size_t &size, const char *pattern, const size_t *count) | acl::redis_command | protected |
set_check_addr(bool on) | acl::redis_command | |
set_client(redis_client *conn) | acl::redis_command | |
set_client_addr(const char *addr) | acl::redis_command | |
set_client_addr(redis_client &conn) | acl::redis_command | |
set_cluster(redis_client_cluster *cluster) | acl::redis_command | |
set_cluster(redis_client_cluster *cluster, size_t max_conns) | acl::redis_command | |
set_pipeline(redis_client_pipeline *pipeline, bool use_mbox=true) | acl::redis_command | |
set_slice_request(bool on) | acl::redis_command | |
set_slice_respond(bool on) | acl::redis_command | |
slice_req_ | acl::redis_command | protected |
slice_res_ | acl::redis_command | protected |
slot_ | acl::redis_command | protected |
~noncopyable() | acl::acl::noncopyable | inlineprotected |
~redis_cluster(void) | acl::redis_cluster | virtual |
~redis_command(void) | acl::redis_command | virtual |