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.2.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for CRedisDict-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe455f9d87ca120b548c4a12d473e5e4709002cb4e5a05233652d3b1703ba6a3 |
|
MD5 | f25de1dd26f3662890002a6e0e5b4072 |
|
BLAKE2b-256 | 1515e8263abe532ed0e123cdc5ba70717e06490cd07f0ceb5e7ccb0cd835be0a |