feature:支持redis连接时密码验证

This commit is contained in:
fengweihao
2022-08-23 14:38:29 +08:00
parent 2eeae529d0
commit cbe51787c2
5 changed files with 45 additions and 11 deletions

View File

@@ -58,8 +58,9 @@ struct _initer_addr_t{
char maat_ip[16]; /*maat redis ip */
int dbindex; /*maat redis dbindex*/
uint16_t store_port; /*store redis port */
char store_ip[16]; /*store redis ip*/
uint16_t local_redis_port; /*store redis port */
char local_redis_ip[16]; /*store redis ip*/
char local_redis_passwd[128];
uint16_t statsd_port;
char statsd_server[16];