rediscache 1.1.2__py3-none-any.whl → 1.1.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rediscache
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: Redis caching of functions evolving over time
5
5
  License: MIT
6
6
  Keywords: redis,performance,cache
@@ -224,9 +224,9 @@ poetry run webapp
224
224
 
225
225
  Entry points:
226
226
 
227
- - Call to long function with parameter value `20` and using the cache but waiting for a result: [link](http://localhost:9090/cached/20)
228
- - Call to long function with parameter value `20` without using the cache: [link](http://localhost:9090/direct/20)
229
- - Get the stats stored in Redis database: [link](http://localhost:9090/stats)
227
+ - Call to long function with parameter value `20` and using the cache but waiting for a result: [cached 20](http://localhost:9090/cached/20)
228
+ - Call to long function with parameter value `20` without using the cache: [direct 20](http://localhost:9090/direct/20)
229
+ - Get the stats stored in Redis database: [stats](http://localhost:9090/stats)
230
230
 
231
231
  There is also a `Nginx` configuration file to further test if with a load balancing of workers. It is useful to demonstrate that many workers can share efficiently the same instance of `Redis`.
232
232
 
@@ -0,0 +1,8 @@
1
+ rediscache/__init__.py,sha256=5vzz2VvfSkMIOWLPpBcgi3fx7Up-vKzw3Dsbx7pec4E,13300
2
+ rediscache/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ rediscache/tools.py,sha256=4Aq33tvcQezim4WR8z9LegcRgkLT1flnALhV8uSxzdA,1143
4
+ rediscache-1.1.3.dist-info/LICENSE,sha256=glwtaJmUmkPhzLEfrVcc2JmLoCyTnHst84tadlSIK_8,1123
5
+ rediscache-1.1.3.dist-info/METADATA,sha256=3Bvtk1dhrkdEVXngCaXBpL-hHcFkG-LFfjSvbphdHCI,10138
6
+ rediscache-1.1.3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
7
+ rediscache-1.1.3.dist-info/entry_points.txt,sha256=Xu1U6rXzuYGpBdz5etdzcWVfLt6ZvQfo8YZ2u9m2qyA,43
8
+ rediscache-1.1.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- rediscache/__init__.py,sha256=5vzz2VvfSkMIOWLPpBcgi3fx7Up-vKzw3Dsbx7pec4E,13300
2
- rediscache/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- rediscache/tools.py,sha256=4Aq33tvcQezim4WR8z9LegcRgkLT1flnALhV8uSxzdA,1143
4
- rediscache-1.1.2.dist-info/LICENSE,sha256=glwtaJmUmkPhzLEfrVcc2JmLoCyTnHst84tadlSIK_8,1123
5
- rediscache-1.1.2.dist-info/METADATA,sha256=3eI8CcXF06K9jjjuiKe-qFsU9HoFojMxTgNrXyhJAYk,10127
6
- rediscache-1.1.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
7
- rediscache-1.1.2.dist-info/entry_points.txt,sha256=Xu1U6rXzuYGpBdz5etdzcWVfLt6ZvQfo8YZ2u9m2qyA,43
8
- rediscache-1.1.2.dist-info/RECORD,,