diff --git a/README.md b/README.md index 0ffb554..5d4e4d8 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Commands which will probably not be implemented: ## &c. -Integration tests are run against Redis 7.2.0. The [./integration](./integration/) subdir +Integration tests are run against Redis 7.2.4. The [./integration](./integration/) subdir compares miniredis against a real redis instance. The Redis 6 RESP3 protocol is supported. If there are problems, please open diff --git a/integration/get_redis.sh b/integration/get_redis.sh index 8af0a7f..21b79ea 100755 --- a/integration/get_redis.sh +++ b/integration/get_redis.sh @@ -2,7 +2,7 @@ set -eu -VERSION=7.2.0 +VERSION=7.2.4 rm -rf ./redis_src/ mkdir -p ./redis_src/