1.删除redis分布式锁调用

2.修改Redis Set命令方式
This commit is contained in:
fengweihao
2018-07-18 10:47:45 +08:00
parent 7fa5f58be6
commit 7b644cbbc3
5 changed files with 289 additions and 167 deletions

View File

@@ -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;