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.2.2.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for CRedisDict-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd7ff8d7674441f3e21a6839de41ec4f719e3eedac2e1a9b07308a1a8f1a588e |
|
MD5 | 6924ab224e5d7f866f93c781158eb639 |
|
BLAKE2b-256 | e6b5fbc5704fd9d67e179bc3c32fcf047074d74efca99fccdc8e6e9bdde38676 |