1.删除redis分布式锁调用
2.修改Redis Set命令方式
This commit is contained in:
@@ -21,12 +21,14 @@ struct request_t{
|
||||
#define DATALEN 64
|
||||
char host[DATALEN];
|
||||
|
||||
int thread_id;
|
||||
int t_id;
|
||||
|
||||
int flag;
|
||||
|
||||
int valid;
|
||||
|
||||
char *sendbuf;
|
||||
|
||||
struct rd_lock_scb mtx;
|
||||
|
||||
struct evhttp_request *evh_req;
|
||||
|
||||
Reference in New Issue
Block a user