redis-dict 3.1.0__py3-none-any.whl → 3.1.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {redis_dict-3.1.0.dist-info → redis_dict-3.1.1.dist-info}/METADATA +5 -2
- {redis_dict-3.1.0.dist-info → redis_dict-3.1.1.dist-info}/RECORD +5 -5
- {redis_dict-3.1.0.dist-info → redis_dict-3.1.1.dist-info}/LICENSE +0 -0
- {redis_dict-3.1.0.dist-info → redis_dict-3.1.1.dist-info}/WHEEL +0 -0
- {redis_dict-3.1.0.dist-info → redis_dict-3.1.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: redis-dict
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.1
|
4
4
|
Summary: Dictionary with Redis as storage backend
|
5
5
|
Author-email: Melvin Bijman <bijman.m.m@gmail.com>
|
6
6
|
License: MIT
|
@@ -32,6 +32,9 @@ Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/markdown
|
33
33
|
License-File: LICENSE
|
34
34
|
Requires-Dist: redis>=4.0.0
|
35
|
+
Provides-Extra: build
|
36
|
+
Requires-Dist: build; extra == "build"
|
37
|
+
Requires-Dist: twine; extra == "build"
|
35
38
|
Provides-Extra: dev
|
36
39
|
Requires-Dist: coverage==5.5; extra == "dev"
|
37
40
|
Requires-Dist: hypothesis==6.70.1; extra == "dev"
|
@@ -282,7 +285,7 @@ print(dic["d"]) # Output: 4
|
|
282
285
|
```
|
283
286
|
|
284
287
|
### Additional Examples
|
285
|
-
For more advanced examples of RedisDict, please refer to the unit-test files in the repository. All features and functionalities are thoroughly tested in [unit tests (here)](https://github.com/Attumm/redis-dict/blob/main/tests.py#L1) Or take a look at load test for batching [load test](https://github.com/Attumm/redis-dict/blob/main/load_test.py#L1).
|
288
|
+
For more advanced examples of RedisDict, please refer to the unit-test files in the repository. All features and functionalities are thoroughly tested in [unit tests (here)](https://github.com/Attumm/redis-dict/blob/main/tests/unit/tests.py#L1) Or take a look at load test for batching [load test](https://github.com/Attumm/redis-dict/blob/main/tests/load/load_test.py#L1).
|
286
289
|
The unit-tests can be as used as a starting point.
|
287
290
|
|
288
291
|
## Types
|
@@ -2,8 +2,8 @@ redis_dict/__init__.py,sha256=fksonUr5DetzwFDEkT7lpmAaV3Jhmp2IQ12t62LwFb4,476
|
|
2
2
|
redis_dict/core.py,sha256=ej7_EfkPIIb0gH_Ndpeue4i-WsNFGuw0dV6fNm-drzY,34352
|
3
3
|
redis_dict/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
redis_dict/type_management.py,sha256=ruyqswKqfte_G-ClTlV6ZuTmrTVkSsHFCy9LEdgblac,7700
|
5
|
-
redis_dict-3.1.
|
6
|
-
redis_dict-3.1.
|
7
|
-
redis_dict-3.1.
|
8
|
-
redis_dict-3.1.
|
9
|
-
redis_dict-3.1.
|
5
|
+
redis_dict-3.1.1.dist-info/LICENSE,sha256=-QiLwYznh_vNUSz337k0faP9Jl0dgtCIHVZ39Uyl6cA,1070
|
6
|
+
redis_dict-3.1.1.dist-info/METADATA,sha256=W6NpZVqVrnXtVmOYXE6gSLNoYfB8qJaGvyPzFI1fLAQ,16989
|
7
|
+
redis_dict-3.1.1.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
8
|
+
redis_dict-3.1.1.dist-info/top_level.txt,sha256=Wyp5Xvq_imoxvu-c-Le1rbTZ3pYM5BF440H9YAcgBZ8,11
|
9
|
+
redis_dict-3.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|