A python client for redisq (Fast message processing queue backed up by redis and nodejs.)
Project description
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
Release history Release notifications | RSS feed
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)