mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-22 06:46:34 +08:00
Support command-line flags to configure redis connection and port to use
This commit is contained in:
@@ -30,7 +30,7 @@ func newRedisInfoHandlerFunc(rdb *redis.Client) http.HandlerFunc {
|
||||
}
|
||||
info := parseRedisInfo(res)
|
||||
resp := RedisInfoResponse{
|
||||
Addr: redisAddr,
|
||||
Addr: flagRedisAddr,
|
||||
Info: info,
|
||||
RawInfo: res,
|
||||
}
|
||||
|
Reference in New Issue
Block a user