migrate deprecated redis.close to redis.aclose (#3199)
This commit is contained in:
parent
fe731e385d
commit
73e9123733
@ -2651,7 +2651,7 @@ class StateManagerRedis(StateManager):
|
|||||||
|
|
||||||
Note: Connections will be automatically reopened when needed.
|
Note: Connections will be automatically reopened when needed.
|
||||||
"""
|
"""
|
||||||
await self.redis.close(close_connection_pool=True)
|
await self.redis.aclose(close_connection_pool=True)
|
||||||
|
|
||||||
|
|
||||||
def get_state_manager() -> StateManager:
|
def get_state_manager() -> StateManager:
|
||||||
|
Loading…
Reference in New Issue
Block a user