package redis type StackExchange struct { channel string } func NewStackExchange() *StackExchange { exc := &StackExchange{} return exc }