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:
Kostas Kyrimis 2025-01-20 10:38:37 +02:00 committed by GitHub
parent 6f3c6e3d57
commit b017cdd1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 45 additions and 26 deletions

View file

@ -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)}")