Skip to content

Commit a7ac978

Browse files
committed
update redis to 8.4.0
1 parent 72a6b15 commit a7ac978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Commands which will probably not be implemented:
329329

330330
## &c.
331331

332-
Integration tests are run against Redis 7.2.4. The [./integration](./integration/) subdir
332+
Integration tests are run against Redis 8.4.0. The [./integration](./integration/) subdir
333333
compares miniredis against a real redis instance.
334334

335335
The Redis 6 RESP3 protocol is supported. If there are problems, please open

integration/get_redis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
VERSION=7.2.4
5+
VERSION=8.4.0
66

77
cd "$(dirname "$0")"
88
rm -rf ./redis_src/

0 commit comments

Comments
 (0)