Asyncio_redis - "Maintainers needed!" - Update asyncio_redis library to redis-py and add SSL connection support
caiquilipe opened this issue · 1 comments
caiquilipe commented
Currently, the asyncio_redis library is not receiving regular maintenance. This library is essential for handling asynchronous operations related to Redis. However, its lack of maintenance may lead to security issues and delays in resolving bugs and incompatibilities.
Additionally, the library does not natively support SSL connections, which is crucial for environments where security is a priority.
I suggest considering migrating the asyncio_redis library to redis-py, which is well-maintained and widely used by the community. Furthermore, adding support for SSL connections would be highly beneficial to increase the security and compatibility of the library with various environments.
alex-oleshkevich commented
Resolved in #111