Redis backend for doit
Project description
# Redis backend for [doit](https://github.com/pydoit/doit).
This plugin for [doit](https://github.com/pydoit/doit) add a new `redis`
backend, using the [redis-py](https://github.com/andymccurdy/redis-py) client.
This allows to have a more suitable backend for multi-processing, and it even
allows to run multiple doit processes in parallel.
Install:
```
$ pip install doit-redis
```
Usage:
```
DOIT_CONFIG = {
'backend': 'redis',
'dep_file': 'redis://[:password]@localhost:6379/0', # optional
}
```
This plugin for [doit](https://github.com/pydoit/doit) add a new `redis`
backend, using the [redis-py](https://github.com/andymccurdy/redis-py) client.
This allows to have a more suitable backend for multi-processing, and it even
allows to run multiple doit processes in parallel.
Install:
```
$ pip install doit-redis
```
Usage:
```
DOIT_CONFIG = {
'backend': 'redis',
'dep_file': 'redis://[:password]@localhost:6379/0', # optional
}
```
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
doit-redis-0.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file doit-redis-0.1.tar.gz
.
File metadata
- Download URL: doit-redis-0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aca9ec03c6d312c19379782dc8f113dd917eaf1755510eb4694b99ad4f77e2f |
|
MD5 | 950237a1424a7e4cfa63f6291797bff7 |
|
BLAKE2b-256 | 92ac5309794848c7ed37813762e4ebfd064c962f8f3d75fa836381270f3fb30b |
File details
Details for the file doit_redis-0.1-py3-none-any.whl
.
File metadata
- Download URL: doit_redis-0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13594175e4396b3eae7165818c6c033473c2d8d365c1a90b8a5475c77b1c3738 |
|
MD5 | 3f9a3cbabc91cc0509f3dbcc416c20a9 |
|
BLAKE2b-256 | b57205ee478ec83fc93ccf051264f453ba7e5b3306950b28057901480fe535a0 |