From 17b74c613e832011bb11170618a8350c7b4ada4f Mon Sep 17 00:00:00 2001 From: Harmen Date: Sat, 23 Mar 2024 08:59:41 +0100 Subject: [PATCH] upgrade to redis 7.2.4, which is the last released under BSD-3 license --- README.md | 2 +- integration/get_redis.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ffb5546..5d4e4d8b 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 8af0a7f4..21b79eaf 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/