youknowone / ring

Python cache interface with clean API and built-in memcache & redis + asyncio support.
http://ring-cache.readthedocs.io/en/latest/
Other
480 stars 37 forks source link

Use functools.cached_property for python3.8+ #153

Open youknowone opened 4 years ago

youknowone commented 4 years ago

And replace current implementation to backport replacement on some project in pypi

youknowone commented 3 years ago
TypeError: Cannot use cached_property instance without calling __set_name__ on it.