vutran1710/PyrateLimiter

coroutine 'Redis.execute_command' was never awaited

Closed this issue · 3 comments

I am testing version 3 with redis backend and I keep getting .../pyrate_limiter/abstracts/bucket.py:174: RuntimeWarning: coroutine 'Redis.execute_command' was never awaited on startup

Huge thanks for releasing v3

thats actually alright.

the line 174 is just testing whether we are using async or not and its not needed to be executed. you can safely ignore the warning unless its crashing your app.

the line's warning should have been suppressed. ill update it soon

Updated with v3.0.2

thank you!