Documentation ¶ Index ¶ func NewRDQ(opts *rdq.RDQOptions, redis redis.Cmdable) *rdq.RedisDelayedQueue type Redis func (r *Redis) BZPOPMIN(ctx context.Context, key string, timeout time.Duration) (float64, []byte, error) func (r *Redis) ZADD(ctx context.Context, key string, score float64, memeber []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewRDQ ¶ func NewRDQ(opts *rdq.RDQOptions, redis redis.Cmdable) *rdq.RedisDelayedQueue Types ¶ type Redis ¶ type Redis struct { // contains filtered or unexported fields } func (*Redis) BZPOPMIN ¶ func (r *Redis) BZPOPMIN(ctx context.Context, key string, timeout time.Duration) (float64, []byte, error) func (*Redis) ZADD ¶ func (r *Redis) ZADD(ctx context.Context, key string, score float64, memeber []byte) error Source Files ¶ View all Source files goredis.go Click to show internal directories. Click to hide internal directories.