fix: decode aioredis v2 responses (#675)

This commit is contained in:
Oleg A 2021-09-05 23:48:38 +03:00 committed by GitHub
parent adaa21c0cc
commit 82b1b1ab03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,6 +335,7 @@ class AioRedisAdapterV2(AioRedisAdapterBase):
password=self._password,
ssl=self._ssl,
max_connections=self._pool_size,
decode_responses=True,
**self._kwargs,
)
return self._redis