acl
3.5.3.0
|
#include <redis_client_pipeline.hpp>
Public 成员函数 | |
redis_pipeline_message (redis_command *cmd, redis_pipeline_type_t type, bool use_mbox=true) | |
~redis_pipeline_message (void) | |
redis_pipeline_message & | set_type (redis_pipeline_type_t type) |
redis_pipeline_type_t | get_type (void) const |
redis_command * | get_cmd (void) |
void | set_option (size_t nchild, int *timeout) |
void | set_request (size_t argc, const char **argv, size_t *lens) |
void | set_addr (const char *addr) |
size_t | get_nchild (void) const |
int * | get_timeout (void) const |
void | push (const redis_result *result) |
const redis_result * | wait (void) |
const char * | get_addr (void) const |
size_t | get_redirect_count (void) const |
Public 属性 | |
size_t | argc_ |
const char ** | argv_ |
size_t * | lens_ |
the message for transfering between redis command, redis client pipline and redis pipeline channel, which holds the redis command or not.
在文件 redis_client_pipeline.hpp 第 35 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 37 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 59 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 124 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 73 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 98 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 128 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 102 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 69 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 106 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 91 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 77 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 85 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 64 行定义.
|
inline |
在文件 redis_client_pipeline.hpp 第 115 行定义.
size_t acl::redis_pipeline_message::argc_ |
在文件 redis_client_pipeline.hpp 第 145 行定义.
被这些函数引用 set_request().
const char** acl::redis_pipeline_message::argv_ |
在文件 redis_client_pipeline.hpp 第 146 行定义.
被这些函数引用 set_request().
size_t* acl::redis_pipeline_message::lens_ |
在文件 redis_client_pipeline.hpp 第 147 行定义.
被这些函数引用 set_request().