# Functions
NewAMQPBackend creates AMQPBackend instance.
NewAsyncResult creates AsyncResult instance.
NewChainAsyncResult creates ChainAsyncResult instance.
NewChordAsyncResult creates ChordAsyncResult instance.
NewEagerBackend creates EagerBackend instance.
NewMemcacheBackend creates MemcacheBackend instance.
NewMongodbBackend creates MongodbBackend instance.
NewRedisBackend creates RedisBackend instance.
# Structs
AMQPBackend represents an AMQP result backend.
AsyncResult represents a task result.
ChainAsyncResult represents a result of a chain of tasks.
ChordAsyncResult represents a result of a chord.
EagerBackend represents an "eager" in-memory result backend.
MemcacheBackend represents a Memcache result backend.
MongodbBackend represents a MongoDB result backend.
No description provided by the author
RedisBackend represents a Memcache result backend.
# Interfaces
Interface - a common interface for all result backends.