rediscache 1.0.4__py3-none-any.whl → 1.1.0__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.
rediscache/py.typed ADDED
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rediscache
3
- Version: 1.0.4
3
+ Version: 1.1.0
4
4
  Summary: Redis caching of functions evolving over time
5
5
  License: MIT
6
6
  Keywords: redis,performance,cache
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10
22
22
  Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Requires-Dist: executiontime (==0.4.4)
25
- Requires-Dist: redis (>=5.2.1,<6.0.0)
25
+ Requires-Dist: redis (>=6.1.0,<7.0.0)
26
26
  Project-URL: Repository, https://github.com/AmadeusITGroup/RedisCache
27
27
  Description-Content-Type: text/markdown
28
28
 
@@ -56,6 +56,12 @@ pip install rediscache
56
56
 
57
57
  Of course you need a Redis server installed. By default, the decorator will connect to `localhost:6379` with no password, using the database number `0`. This can be changed with parameters given to the `RedisCache` object.
58
58
 
59
+ This can be done simply using Docker:
60
+
61
+ ```bash
62
+ docker run --rm --name redis-server -d -p 6379:6379 redis redis-server
63
+ ```
64
+
59
65
  ## Usage of the RedisCache class
60
66
 
61
67
  ### RedisCache class
@@ -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.0.dist-info/LICENSE,sha256=glwtaJmUmkPhzLEfrVcc2JmLoCyTnHst84tadlSIK_8,1123
5
+ rediscache-1.1.0.dist-info/METADATA,sha256=Jr83XnTbZ7127qUjg7Y4PWaTMDYuiZy3aX5msK0tJqs,10127
6
+ rediscache-1.1.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
7
+ rediscache-1.1.0.dist-info/entry_points.txt,sha256=Xu1U6rXzuYGpBdz5etdzcWVfLt6ZvQfo8YZ2u9m2qyA,43
8
+ rediscache-1.1.0.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- rediscache/__init__.py,sha256=5vzz2VvfSkMIOWLPpBcgi3fx7Up-vKzw3Dsbx7pec4E,13300
2
- rediscache/tools.py,sha256=4Aq33tvcQezim4WR8z9LegcRgkLT1flnALhV8uSxzdA,1143
3
- rediscache-1.0.4.dist-info/LICENSE,sha256=glwtaJmUmkPhzLEfrVcc2JmLoCyTnHst84tadlSIK_8,1123
4
- rediscache-1.0.4.dist-info/METADATA,sha256=zRD_jmZ9gU_DuETIj-0hAryRmoxwC8veqPPe4mChV84,10004
5
- rediscache-1.0.4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
- rediscache-1.0.4.dist-info/entry_points.txt,sha256=Xu1U6rXzuYGpBdz5etdzcWVfLt6ZvQfo8YZ2u9m2qyA,43
7
- rediscache-1.0.4.dist-info/RECORD,,