tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
586 stars 41 forks source link

Update queue.py to support redis >= 5.* aclose method. #107

Closed maxyme-perceiv closed 11 months ago

maxyme-perceiv commented 11 months ago

Use redis's aclose() method if available otherwise fallback to close(). Note: Follow-up to PR #102

tobymao commented 11 months ago

thanks!