Closed snimshchikov closed 1 year ago
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!
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 startupHuge thanks for releasing v3