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 details)
File details
Details for the file redisq-py-1.0.0.tar.gz.
File metadata
- Download URL: redisq-py-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5448994c5a16f74fbe1ba1a571c9db476569316d02d3cef54c83993173293573
|
|
| MD5 |
79019bc5b201c3965642b35a71839a11
|
|
| BLAKE2b-256 |
7698a7219cf059cd2b5962f50fb7734ff6e0e9c19f86cbcfaf1ff051b2b8d511
|