pottery
pottery copied to clipboard
Redis for humans. 🌎🌍🌏
**Describe the bug** Can't install pottery when the Python version is 3.10.2 **To Reproduce** Steps to reproduce the behavior: 1. pip install pottery 2. × Encountered error while trying to...
Can not import AIORedlock from library: from pottery import AIORedlock On further inspection found out Release 3.0.0 is having wrong code altogether, there is no such entry in __init__.py Release...
tests added #692
**Is your feature request related to a problem? Please describe.** There is a case I have when using a `Redlock`, where I would like to have an unlimited number of...
The AIORedlock code is not yet released.
**Is your feature request related to a problem? Please describe.** There is room for a RedisJSON "proxy object" that would stay in sync with its Redis JSON value. **Describe the...
**Is your feature request related to a problem? Please describe.** I'd like easy support through python of Redis SortedSet, very much like like Sets. ``` >>> from pottery import RedisSortedSet...
Hi thanks for the great project. From what I've observed it looks like objects stored in say a RedisDict are "immutable" in the sense that if I were to want...
**Describe the bug** Sometimes I need to acquire and release the same lock with different objects. I am constricted by a legacy design to do it this way, because acquiring...
There is some reader writer problems when you develope a web application, for example a django application witch sells tickets and the problem become more complicated when you need to...