Versions in this module Expand all Collapse all v0 v0.9.0 Dec 15, 2015 Changes in this version + type Queue struct + func New(redishost string) *Queue + func (q *Queue) Receive(topic string, target interface{}) error + func (q *Queue) Send(topic string, msg interface{}) error