Krukov D

Results 67 comments of Krukov D

Don't worry, it is OK. Have a good weekend!

Hi. While I try to find answer for your question I found that there is no clear way to check setup of cache. Here some option to do it and...

Hi, yep, I also not so familiar with GitHub CI that is why the project have no checks for linters/formatters like black, isort and so on. So for me any...

I am not sure but maybe we can take a look at Protocols https://peps.python.org/pep-0544/. Can it solve the problem? The main point that ABC add runtime checking that is not...

Hello, yes you absolutely right. No doubts that tests not so perfect in this project. I also had been using faker long time ago ( then something goes wrong with...

I have added hypothesis - because there was a good case for it https://github.com/Krukov/cashews/pull/76/files

Sorry Yes, fix in master branch. I have to release it.

Hello, maybe It well be helpful for someone - I got my own library like aiocache, but with supporting aioredis old and new version https://github.com/Krukov/cashews

Hello, I could be wrong but as I understand - it's depends If you using aliases with decorators - it should be one pool per alias. But if you pass...

@dotX12 Thanks for reporting that CPU issue, Il try to investigate it. Also `client_side=True` can be a reason. Did you discover any issues with redis or cache itself at that...