Skip to main content

Celery Redis Plus

PyPI version CI

Enhanced Redis/Valkey transport for Celery/Kombu with native delayed delivery, improved reliability, full priority support, and reliable fanout.

Quick Example

from celery import Celery
import celery_redis_plus  # Register valkey:// transport

app = Celery("myapp")
app.config_from_object(
    {
        "broker_url": "valkey://localhost:6379/0",
    }
)


@app.task
def my_task():
    print("Hello!")


# Native delayed delivery - stored in Redis, not worker memory
my_task.apply_async(countdown=120)

# Full priority support (0-255, RabbitMQ semantics)
my_task.apply_async(priority=90)

Documentation

See the full documentation for installation, configuration, and API reference.

Supported Versions

Python 3.13 Python 3.14
Celery 5.5+

Requires Redis >= 7.0 (for BZMPOP) or Valkey (any version).

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

celery_redis_plus-0.4.0.tar.gz (38.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

celery_redis_plus-0.4.0-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file celery_redis_plus-0.4.0.tar.gz.

File metadata

  • Download URL: celery_redis_plus-0.4.0.tar.gz
  • Upload date:
  • Size: 38.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for celery_redis_plus-0.4.0.tar.gz
Algorithm Hash digest
SHA256 2ea9a63e99fa739d309d2646ee872d34eaf06b825750d719574d5d1d7dc2dbd5
MD5 fb4ed862172ca4ba07f859d7f1a3eb3e
BLAKE2b-256 4473f9a25d018683c7adafe214d75bf0a93715314b8b9b9615faac729b99ee41

See more details on using hashes here.

Provenance

The following attestation bundles were made for celery_redis_plus-0.4.0.tar.gz:

Publisher: publish.yml on oliverhaas/celery-redis-plus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file celery_redis_plus-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for celery_redis_plus-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06e086db8e33d2ab2faca63a9fffecb322f3d3335a86305ea22c06a6bbf49bfd
MD5 275ecd4a7adde6283f8fb035e09fb2c8
BLAKE2b-256 20c4b5e0c16f85d32fee2f5cecff59807690e2a2a0263988dc8994c940993a7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for celery_redis_plus-0.4.0-py3-none-any.whl:

Publisher: publish.yml on oliverhaas/celery-redis-plus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page