As for now, at least official ban plugin is stuck at redis-py 2.
Using redis-py 3 raises this exception:
https://gist.github.com/lonewulfa/178842cc31276270548c5ad5060399c1
Breaking changes: https://github.com/redis/redis-py/blob/3a121bef7bbc5bb5f07b119b0eef2f7527a38eda/CHANGES#L539-L570
Probably good idea is adding compatibilty layer in minqlx itself.
As for now, at least official ban plugin is stuck at redis-py 2.
Using redis-py 3 raises this exception:
https://gist.github.com/lonewulfa/178842cc31276270548c5ad5060399c1
Breaking changes: https://github.com/redis/redis-py/blob/3a121bef7bbc5bb5f07b119b0eef2f7527a38eda/CHANGES#L539-L570
Probably good idea is adding compatibilty layer in minqlx itself.