You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django_valkey/base.py:113: 96 warnings
/home/runner/work/django-valkey/django-valkey/django_valkey/base.py:113: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
wrapper = _async_decorator if iscoroutinefunction(method) else _decorator