-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Things to check first
- I have searched the existing issues and didn't find my feature already requested there
Feature description
Hello! I ran across this code as I was thinking about writing an anyio Redis client myself!
It seems like this library never made it out of the proof-of-concept stage? Or am I off base?
Use case
I’d be very interested in using a robust, simple Redis client with structured concurrency. redis-py has terrible typing, so I was considering forking it and removing all the sync code, then switching to structured concurrency (which should be relatively straightforward considering what the library does). However I don’t want to reinvent the wheel if unnecessary and it’d be good to collaborate too!
Let me know your thoughts @agronholm if this is something you’re still interested in working on. Appreciate a lot of your projects!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request