Skip to content

Commit

Permalink
upgrade to redis 7.2.4, which is the last released under BSD-3 license
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Mar 23, 2024
1 parent 42c2a2c commit 17b74c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration/get_redis.sh
Expand Up @@ -2,7 +2,7 @@

set -eu

VERSION=7.2.0
VERSION=7.2.4

rm -rf ./redis_src/
mkdir -p ./redis_src/
Expand Down

0 comments on commit 17b74c6

Please sign in to comment.