Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisBroker ¶
RedisBroker implements CeleryBroker interface for Redis connection should be handled by caller
func (*RedisBroker) Get ¶
func (b *RedisBroker) Get() ([]byte, error)
Get - "BRPOP" "celery" "celery\x06\x163" "celery\x06\x166" "celery\x06\x169" "1"
func (*RedisBroker) Set ¶
func (b *RedisBroker) Set(payload []byte) error
Set - "LPUSH" "celery" data
Click to show internal directories.
Click to hide internal directories.