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.3.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for CRedisDict-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46821a1d0610b5ebd30873e7edadd05332fdda5e2b12913e2d164589a9a12272 |
|
MD5 | d083f1ba33e92901366da343b8fc7227 |
|
BLAKE2b-256 | f7f1c20ed42bef42aca58e6cdc55d0f374b5b2adb659ebfdc143bdf480524182 |