Andrew-Chen-Wang / django-async-redis

Full featured async Redis cache backend for Django.
Other
22 stars 4 forks source link

Actually call sync connection close method() #3

Closed adamchainz closed 3 years ago

adamchainz commented 3 years ago

Description

Without an extra pair of parentheses, this was just creating the sync wrapper of the method.

Rationale

...

Andrew-Chen-Wang commented 3 years ago

Thanks for checking Adam! Not sure why my async Django view didn't block future connections when using python manage.py runserver.