Dictionnary with complex data stored in a Redis database
Project description
CRedisDict
Data structure to implement a dictionary whose keys and values can complex data (dict, list...) and are stored in a Redis database. The dictionary is initiated by copying each single (key,value) rather than using hmset
. It takes more time at initialisation but it is faster each time a key is accessed.
Prerequisites
- Python 3 with the following modules:
- redis
Authors
- Joan Hérisson
Licence
CRedisDict is released under the MIT licence. See the LICENCE file for details.
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
CRedisDict-0.1.5.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for CRedisDict-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f399f406e8d13f74367abb00200f0e551ab099e7ae46bf6e10464516e99fa451 |
|
MD5 | 537cbf3c50ad663fe88c56009e791699 |
|
BLAKE2b-256 | 751a2796e8a9f1ec53232dfe6a1e2f932be94e0ee054eedbecee19d5986a7895 |