celery.backends.azureblockblob
¶
The Azure Storage Block Blob backend for Celery.
- class celery.backends.azureblockblob.AzureBlockBlobBackend(url=None, container_name=None, *args, **kwargs)[source]¶
Azure Storage Block Blob backend for Celery.
- delete(key)[source]¶
Delete the value at a given key.
- Parameters
key – The key of the value to delete.
- get(key)[source]¶
Read the value stored at the given key.
- Parameters
key – The key for which to read the value.