mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix: hiredis requires df to report version >7.4 (#4474)
* bump up redis version in info command * add compatibility test * bump up py dependencies * fix warnings and deprecated functions --------- Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
6f3c6e3d57
commit
b017cdd1a0
11 changed files with 45 additions and 26 deletions
|
@ -41,7 +41,7 @@ async def post_to_redis(sem, db_name, index):
|
|||
log.info(f"after pipe.execute {key_index}")
|
||||
finally:
|
||||
# log.info(f"before close {index}")
|
||||
await redis_client.close()
|
||||
await redis_client.aclose()
|
||||
# log.info(f"after close {index} {len(results)}")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue