Skip to main content

A python client for redisq (Fast message processing queue backed up by redis and nodejs.)

Project description

https://secure.travis-ci.org/joshuakarjala/redisq-py.png?branch=master

Python client for https://github.com/runk/redisq (Fast message processing queue backed up by redis and nodejs)

Example

from redisq import RedisqClient, Task

task_dict = {"foo": "bar"}

queue = RedisqClient("foo:bar")
task = Task(json.dumps(task_dict))

queue.pushTask(task)

Project details


Download files

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

Source Distribution

redisq-py-1.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page