Skip to content

Tags: youknowone/ring

Tags

0.10.1

Toggle 0.10.1's commit message
Add positional argument support

0.9.1

Toggle 0.9.1's commit message
Fix key composer overriding for class methods

0.9.0

Toggle 0.9.0's commit message
Support aioredis2 / super()

`ring.aioredis` supports aioredis>=2.0.0
Allow `super()`

0.8.4

Toggle 0.8.4's commit message
Fix RuntimeError when eventlet.monkey_patch() done

thanks to @ohduran

0.8.3

Toggle 0.8.3's commit message
Fix asyncio.coroutine usage for python 3.8+

- also fixed install_require to fit environment markers

Thanks to @yangroro for every fix.

0.8.1

Toggle 0.8.1's commit message
Fix python 2.7/3.9 support

- Fix python2 errors related to typing
- Fix python3.9 errors related to asyncio.Lock

0.8.0

Toggle 0.8.0's commit message
Drop Python3.4 and fix bugs

- fixed set type support
- fixed lru cache maxsize option
- fixed varargs support
- added basic Config object for future runtime configuration

0.7.3

Toggle 0.7.3's commit message
contextvars support and bug fixes

- contextvars support for py3.7
- Fix ring.lru cache clear bug
- Fix staticmethod support

0.7.2

Toggle 0.7.2's commit message
LRU, redis hash, dataclass support

0.7.1

Toggle 0.7.1's commit message
Property support