redis-dict 3.2.3__py3-none-any.whl → 3.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {redis_dict-3.2.3.dist-info → redis_dict-3.2.4.dist-info}/METADATA +2 -1
- {redis_dict-3.2.3.dist-info → redis_dict-3.2.4.dist-info}/RECORD +5 -5
- {redis_dict-3.2.3.dist-info → redis_dict-3.2.4.dist-info}/LICENSE +0 -0
- {redis_dict-3.2.3.dist-info → redis_dict-3.2.4.dist-info}/WHEEL +0 -0
- {redis_dict-3.2.3.dist-info → redis_dict-3.2.4.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: redis-dict
|
3
|
-
Version: 3.2.
|
3
|
+
Version: 3.2.4
|
4
4
|
Summary: Dictionary with Redis as storage backend
|
5
5
|
Author-email: Melvin Bijman <bijman.m.m@gmail.com>
|
6
6
|
License: MIT
|
@@ -76,6 +76,7 @@ Requires-Dist: twine; extra == "build"
|
|
76
76
|
[](https://github.com/Attumm/redis-dict/actions/workflows/ci.yml)
|
77
77
|
[](https://codecov.io/gh/Attumm/redis-dict)
|
78
78
|
[](https://attumm.github.io/redis-dict/)
|
79
|
+
[](https://github.com/Attumm/redis-dict/actions/workflows/valkey_support.yml)
|
79
80
|
[](https://pepy.tech/project/redis-dict)
|
80
81
|
|
81
82
|
RedisDict is a Python library that offers a convenient and familiar interface for interacting with Redis, treating it as if it were a Python dictionary. Its goal is to help developers write clean, Pythonic code while using Redis as a storage solution for seamless distributed computing. Redis-Dict utilizes Redis as a key-value store and supports various data types, including strings, integers, floats, booleans, lists, and dictionaries. Additionally, developers can extend RedisDict to work with custom objects.
|
@@ -3,8 +3,8 @@ redis_dict/core.py,sha256=E9mry6BqFnMjxuPtYBfQfuUPzWNzF65_dILMa-VgI4A,36994
|
|
3
3
|
redis_dict/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
redis_dict/python_dict.py,sha256=FLsvxOfgkzsBJdRMkMrZw3w1usoGs-0FEL-j_ckfKts,12829
|
5
5
|
redis_dict/type_management.py,sha256=ruyqswKqfte_G-ClTlV6ZuTmrTVkSsHFCy9LEdgblac,7700
|
6
|
-
redis_dict-3.2.
|
7
|
-
redis_dict-3.2.
|
8
|
-
redis_dict-3.2.
|
9
|
-
redis_dict-3.2.
|
10
|
-
redis_dict-3.2.
|
6
|
+
redis_dict-3.2.4.dist-info/LICENSE,sha256=-QiLwYznh_vNUSz337k0faP9Jl0dgtCIHVZ39Uyl6cA,1070
|
7
|
+
redis_dict-3.2.4.dist-info/METADATA,sha256=92s7Nj78YPageZxqbMiDKL72mS0a68rb6aAce8WjcWs,18853
|
8
|
+
redis_dict-3.2.4.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
9
|
+
redis_dict-3.2.4.dist-info/top_level.txt,sha256=Wyp5Xvq_imoxvu-c-Le1rbTZ3pYM5BF440H9YAcgBZ8,11
|
10
|
+
redis_dict-3.2.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|