acl  3.5.3.0
acl::redis_geo 成员列表

成员的完整列表,这些成员属于 acl::redis_geo,包括所有继承而来的类成员

addr_acl::redis_commandprotected
argc_acl::redis_commandprotected
argv_acl::redis_commandprotected
argv_lens_acl::redis_commandprotected
argv_size_acl::redis_commandprotected
argv_space(size_t n)acl::redis_commandprotected
build(const char *cmd, const char *key, const std::map< string, string > &attrs)acl::redis_commandprotected
build(const char *cmd, const char *key, size_t klen, const std::map< string, string > &attrs)acl::redis_commandprotected
build(const char *cmd, const char *key, const std::map< string, const char * > &attrs)acl::redis_commandprotected
build(const char *cmd, const char *key, const std::vector< string > &names, const std::vector< string > &values)acl::redis_commandprotected
build(const char *cmd, const char *key, size_t klen, const std::vector< string > &names, const std::vector< string > &values)acl::redis_commandprotected
build(const char *cmd, const char *key, const std::vector< const char * > &names, const std::vector< const char * > &values)acl::redis_commandprotected
build(const char *cmd, const char *key, const char *names[], const char *values[], size_t argc)acl::redis_commandprotected
build(const char *cmd, const char *key, const int names[], const char *values[], size_t argc)acl::redis_commandprotected
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_commandprotected
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_commandprotected
build(const char *cmd, const char *key, const std::vector< string > &names)acl::redis_commandprotected
build(const char *cmd, const char *key, size_t klen, const std::vector< string > &names)acl::redis_commandprotected
build(const char *cmd, const char *key, const std::vector< const char * > &names)acl::redis_commandprotected
build(const char *cmd, const char *key, const std::vector< int > &names)acl::redis_commandprotected
build(const char *cmd, const char *key, const char *names[], size_t argc)acl::redis_commandprotected
build(const char *cmd, const char *key, const char *names[], const size_t lens[], size_t argc)acl::redis_commandprotected
build(const char *cmd, const char *key, size_t klen, const char *names[], const size_t lens[], size_t argc)acl::redis_commandprotected
build(const char *cmd, const char *key, const int names[], size_t argc)acl::redis_commandprotected
build_request(size_t argc, const char *argv[], size_t lens[], string &out)acl::redis_commandstatic
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_commandprotected
build_request2(size_t argc, const char *argv[], size_t lens[])acl::redis_commandprotected
check_addr_acl::redis_commandprotected
check_status(const char *success="OK")acl::redis_commandprotected
clear(bool save_slot=false)acl::redis_command
clear_request(void)acl::redis_commandprotected
cluster_acl::redis_commandprotected
conn_acl::redis_commandprotected
dbuf_acl::redis_commandprotected
eof(void) constacl::redis_command
geoadd(const char *key, const char *member, double longitude, double latitude)acl::redis_geo
geoadd(const char *key, size_t size, const char *members[], const double longitudes[], const double latitudes[])acl::redis_geo
geoadd(const char *key, const std::vector< string > &members, const std::vector< double > &longitudes, const std::vector< double > &latitudes)acl::redis_geo
geodist(const char *key, const char *member1, const char *member2, int unit=GEO_UNIT_M)acl::redis_geo
geohash(const char *key, const std::vector< string > &members, std::vector< string > &results)acl::redis_geo
geohash(const char *key, const char *member, string &result)acl::redis_geo
geopos(const char *key, const std::vector< string > &members, std::vector< std::pair< double, double > > &results)acl::redis_geo
geopos(const char *key, const char *member, std::pair< double, double > &result)acl::redis_geo
georadius(const char *key, double longitude, double latitude, double radius, int unit=GEO_UNIT_M, int with=GEO_WITH_COORD|GEO_WITH_DIST, int sort=GEO_SORT_ASC)acl::redis_geo
georadiusbymember(const char *key, const char *member, double radius, int unit=GEO_UNIT_M, int with=GEO_WITH_COORD|GEO_WITH_DIST, int sort=GEO_SORT_ASC)acl::redis_geo
get_addr(const char *info)acl::redis_command
get_client(void) constacl::redis_commandinline
get_client_addr(void) constacl::redis_command
get_cluster(void) constacl::redis_commandinline
get_dbuf(void) constacl::redis_commandinline
get_number(bool *success=NULL)acl::redis_commandprotected
get_number(std::vector< int > &out)acl::redis_commandprotected
get_number64(bool *success=NULL)acl::redis_commandprotected
get_number64(std::vector< long long int > &out)acl::redis_commandprotected
get_pipeline(void) constacl::redis_commandinline
get_pipeline_message(void)acl::redis_command
get_request_buf(void) constacl::redis_commandinline
get_request_obj(void) constacl::redis_commandinline
get_result(size_t i, size_t *len=NULL) constacl::redis_command
get_result(void) constacl::redis_command
get_slot(void) constacl::redis_commandinline
get_status(std::vector< bool > &out)acl::redis_commandprotected
get_status(void)acl::redis_commandprotected
get_string(string &buf)acl::redis_commandprotected
get_string(string *buf)acl::redis_commandprotected
get_string(char *buf, size_t size)acl::redis_commandprotected
get_strings(std::vector< string > &result)acl::redis_commandprotected
get_strings(std::vector< string > *result)acl::redis_commandprotected
get_strings(std::list< string > &result)acl::redis_commandprotected
get_strings(std::list< string > *result)acl::redis_commandprotected
get_strings(std::map< string, string > &result)acl::redis_commandprotected
get_strings(std::vector< string > &names, std::vector< string > &values)acl::redis_commandprotected
get_strings(std::vector< const char * > &names, std::vector< const char * > &values)acl::redis_commandprotected
hash_slot(const char *key)acl::redis_command
hash_slot(const char *key, size_t len)acl::redis_command
is_check_addr(void) constacl::redis_commandinline
is_slice_req(void) constacl::redis_commandinline
logger_result(const redis_result *result)acl::redis_commandprotected
noncopyable()acl::acl::noncopyableinlineprotected
pipe_msg_acl::redis_commandprotected
pipe_use_mbox_acl::redis_commandprotected
pipeline_acl::redis_commandprotected
redirect_max_acl::redis_commandprotected
redirect_sleep_acl::redis_commandprotected
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
redis_geo()acl::redis_geo
redis_geo(redis_client *conn)acl::redis_geo
redis_geo(redis_client_cluster *cluster)acl::redis_geo
redis_geo(redis_client_cluster *cluster, size_t max_conns)acl::redis_geo
redis_geo(redis_client_pipeline *pipeline)acl::redis_geo
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) constacl::redis_commandinline
request_buf_acl::redis_commandprotected
request_obj_acl::redis_commandprotected
reset(bool save_slot=false)acl::redis_command
result_acl::redis_commandprotected
result_child(size_t i) constacl::redis_command
result_error(void) constacl::redis_command
result_number(bool *success=NULL) constacl::redis_command
result_number64(bool *success=NULL) constacl::redis_command
result_size(void) constacl::redis_command
result_status(void) constacl::redis_command
result_type(void) constacl::redis_command
result_value(size_t i, size_t *len=NULL) constacl::redis_command
run(size_t nchild=0, int *timeout=NULL)acl::redis_commandprotected
scan_keys(const char *cmd, const char *key, int &cursor, size_t &size, const char *pattern, const size_t *count)acl::redis_commandprotected
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_commandprotected
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_commandprotected
slice_res_acl::redis_commandprotected
slot_acl::redis_commandprotected
~noncopyable()acl::acl::noncopyableinlineprotected
~redis_command(void)acl::redis_commandvirtual
~redis_geo()acl::redis_geovirtual