We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a6b15 commit a7ac978Copy full SHA for a7ac978
README.md
@@ -329,7 +329,7 @@ Commands which will probably not be implemented:
329
330
## &c.
331
332
-Integration tests are run against Redis 7.2.4. The [./integration](./integration/) subdir
+Integration tests are run against Redis 8.4.0. The [./integration](./integration/) subdir
333
compares miniredis against a real redis instance.
334
335
The Redis 6 RESP3 protocol is supported. If there are problems, please open
integration/get_redis.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-VERSION=7.2.4
+VERSION=8.4.0
6
7
cd "$(dirname "$0")"
8
rm -rf ./redis_src/
0 commit comments