An redis operation proxy package
Project description
redis-cooker
An redis operation proxy package
Installation
To install redis-cooker, simply:
$ pip install redis-cooker
or from source:
$ python setup.py install
Getting Started
>>> from redis_cooker.collections import RedisDict
>>> data = RedisDict({"a": 1, "b":2}, key="first:RedisDict")
>>> for v in data.values(): print(v)
By default, all responses are returned as str.
Python Version Support
redis-cooker tested with Python 3.6 - 3.8.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redis-cooker-2020.10rc9.tar.gz.
File metadata
- Download URL: redis-cooker-2020.10rc9.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29a533d615577b2402b566f37f7748afa351c44280edc9a170c36b8609d12689
|
|
| MD5 |
3589a2150cfac6d57d05a6bd8a98631c
|
|
| BLAKE2b-256 |
9d9ed505f0c1afa8ffd0a39a4c63d8358fc79d1de716ea3b5df2ee4f99128abb
|
File details
Details for the file redis_cooker-2020.10rc9-py3-none-any.whl.
File metadata
- Download URL: redis_cooker-2020.10rc9-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1233b9ab825446752c19067e2c66a759ff6f1bd4b6d422fc53ef1ff298878d1
|
|
| MD5 |
2c7db01fb27a69cbd50e51c00f1f2505
|
|
| BLAKE2b-256 |
b803eac03f684c5a036014bf2681c05dffe157075eaa3b3675d76828c3abc7ac
|