tobymao / saq

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

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

Closed maxyme-perceiv closed 9 months ago

maxyme-perceiv commented 9 months ago

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

tobymao commented 9 months ago

thanks!