From f8e53b60a3a4de054a404c785a2aac15467f6ef2 Mon Sep 17 00:00:00 2001 From: Harmen Date: Wed, 28 Oct 2020 06:20:31 +0100 Subject: [PATCH] update changelog for v2.14.0 --- CHANGELOG.md | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc194fab..48f1b2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### v2.14.0 + +- support for HELLO and the RESP3 protocol +- KEEPTTL in SET (thanks @johnpena) + ### v2.13.3 - support Go 1.14 and 1.15 diff --git a/README.md b/README.md index d2f79478..195c5080 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Implemented commands: - Connection (complete) - AUTH -- see RequireAuth() - ECHO + - HELLO -- see RequireUserAuth() - PING - SELECT - SWAPDB @@ -312,6 +313,9 @@ Commands which will probably not be implemented: Tests are run against Redis 6.0.5. The [./integration](./integration/) subdir compares miniredis against a real redis instance. +The Redis 6 RESP3 protocol is supported. If there are problems, please open +an issue. + If you want to test Redis Sentinel have a look at [minisentinel](https://github.com/Bose/minisentinel). A changelog is kept at [CHANGELOG.md](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md).