mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: decode aioredis v2 responses (#675)
This commit is contained in:
parent
adaa21c0cc
commit
82b1b1ab03
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue