youknowone/ring
Python cache interface with clean API and built-in memcache & redis + asyncio support.
PythonNOASSERTION
Issues
- 4
Django(>v4) Support
#198 opened by wy-z - 0
Drop Python2 support
#200 opened by youknowone - 0
- 2
- 1
TypeError when using positional-only parameters
#192 opened by nonamethanks - 1
Why is occured the error - AttributeError: module 'ring.func.base' has no attribute 'transform_kwargs_only'?
#191 opened by jjkim0816 - 0
Check python3.11 compatibility
#189 opened by youknowone - 2
Change version constraint in setup.py
#188 opened by isaevmik - 0
Dynamic expire config like expire_callback or expired_at
#187 opened by sawaca96 - 4
- 1
Can`t aioredis Cache
#186 opened by chado13 - 3
- 4
Guidance on how to avoid repetition
#181 opened by striveforbest - 0
Example code in document is not working
#174 opened by yangroro - 2
Using json file as storage?
#165 opened by elyase - 1
Use functools.cached_property for python3.8+
#153 opened by youknowone - 4
ring 0.8.0 + python 2.7.13 = AttributeError: 'module' object has no attribute 's'
#166 opened by yodog - 1
New release to pip
#164 opened by daxartio - 3
Add a runtime prefix to default cache key
#163 opened by jojurajan - 1
Better support for variable number of arguments
#156 opened by ssnl - 4
Redis Exception on Data types
#157 opened by mjibril - 0
`@coroutine` decorator is about to deprecate
#154 opened by comfuture - 0
Support registry to `coerce`
#118 opened by youknowone - 3
Bug with lru and @staticmethod
#145 opened by VakarisZ - 1
- 0
diskcache update
#101 opened by youknowone - 0
numpy array support
#127 opened by youknowone - 2
Best way to change backend on the fly
#147 opened by majorgilles - 4
Can't call clear() if I don't use asyncio
#144 opened by leeransetton - 1
LruCache clear bug
#143 opened by dhulchuk - 5
expiringdict for ring.dict(expire)
#123 opened by youknowone - 0
feature request: contextvar
#135 opened by youknowone - 0
aiomcache/aioredis tests for both client/pool
#110 opened by youknowone - 0
`get` function with hit/miss indicator
#126 opened by youknowone - 4
Implement garbage collector for dict backend
#115 opened by youknowone - 0
Package factory
#129 opened by youknowone - 0
Allow to isolate subfunctions into a namespace
#131 opened by youknowone - 0
Lock to avoid duplicated working
#130 opened by youknowone - 0
SimpleNamespace support
#128 opened by youknowone - 0
passing key-generate function
#125 opened by youknowone - 0
array support
#124 opened by youknowone - 0
Expirable LRU cache
#107 opened by youknowone - 0
dataclass coder
#112 opened by youknowone - 0
Add dataclass documents
#120 opened by youknowone - 0
dataclass support for cache key
#98 opened by youknowone - 0
- 0
Port Ring Django extension to Django upstream
#113 opened by youknowone - 0
Ring does not close shelve explicitly
#109 opened by yangroro - 0
- 0
Add `typed` option for key generator
#104 opened by youknowone