Stanislav Bushuev

Results 3 issues of Stanislav Bushuev

## What do these changes do? Preparing for new release. Use aiojobs for background tasks. ## Are there changes in behavior for the user? nope ## Related issue number Resolvers:...

## What do these changes do? The problem is that increment function doesn't use serialize method. Without it increment function works with several serializes only. ## Are there changes in...

Hi! We have a problem after new version [aioredis](https://github.com/aio-libs/aioredis-py/releases/tag/v2.0.0) was released. ``` AttributeError: module 'aioredis' has no attribute 'create_pool' File "my_project/apps/checks/services.py", line 66, in my_function if await self.cache.exists('key'): File "aiocache/base.py",...