package entity
//RedisNode redis节点信息
type RedisNode struct {
Server string Password string
ClusterID int
}