Celery v0.8.1 (stable) documentation

This Page

Backend: Tokyo Tyrant - celery.backends.tyrant

celery.backends.tyrant

class celery.backends.tyrant.Backend(tyrant_host=None, tyrant_port=None)

Tokyo Cabinet based task backend store.

tyrant_host
The hostname to the Tokyo Tyrant server.
tyrant_port
The port to the Tokyo Tyrant server.
close()
Close the tyrant connection and remove the cache.
open()

Get pytyrant.PyTyrant` instance with the current server configuration.

The connection is then cached until you do an explicit close().