aredis
aredis copied to clipboard
redis client for Python asyncio (has support for redis server, sentinel and cluster)
## Description Make aredis not pass `loop` to asyncio function that don't accept it anymore. https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.open_connection https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.open_unix_connection https://github.com/NoneGG/aredis/issues/207
## Checklist - Python version 3.9.7 - Using hiredis 2.0.0 - Using uvloop 0.16.0 - Does issue exists against the `master` branch of aredis? - yes ## Steps to reproduce...
## Checklist - Python version 3.7 - Using hiredis or just Python parser no - Using uvloop or just asyncio event loop asyncio - Does issue exists against the `master`...
Fix #212. Required for Python 3.10+. ## Description Please describe your pull request. NOTE: All patches should be made against master! If it fixes a bug or resolves a feature...
## Checklist - Python version: 3.10 - Using hiredis - Using uvloop - Branch master ## Steps to reproduce Just try to connect, using python 3.10... raise Exception: create_unix_connection() got...
## Checklist - Python version 3.10 - Does issue exists against the `master` branch of aredis? Yes ## Steps to reproduce just run the code ## Expected behavior Expected connected...
I've created a fork of this package at https://github.com/alisaifee/coredis and will try to bring it up to date.
Does anyone know what the state of this project is? No pull requests approved for some time and the last release was from March 2020.
aredis version: 1.1.8 aioredis version: 1.3.1 We are getting following error related to aredis when calling " **js = await redis.spop('queue name')**". Please suggest. Observation: **spop** is the only operation...
Added in Redis 6.2 See https://redis.io/commands/xadd