Dictionnary with complex data stored in a Redis database
Project description
RedisDict
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
- json
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.0.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for CRedisDict-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b975aeb5517f2793250e5f8a1a1cb6826177199165cf3ef0ef54ca43f8069741 |
|
MD5 | b96a3877094681b37d0b87ba5444d01d |
|
BLAKE2b-256 | cb94b55fbca330bd90ca0d7d94cd3249f249fa3284cab01022d1c3d4db6bf147 |