Skip to content

Commit f8e53b6

Browse files
committed
update changelog for v2.14.0
1 parent 5c1d2b1 commit f8e53b6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### v2.14.0
4+
5+
- support for HELLO and the RESP3 protocol
6+
- KEEPTTL in SET (thanks @johnpena)
7+
38
### v2.13.3
49

510
- support Go 1.14 and 1.15

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Implemented commands:
2828
- Connection (complete)
2929
- AUTH -- see RequireAuth()
3030
- ECHO
31+
- HELLO -- see RequireUserAuth()
3132
- PING
3233
- SELECT
3334
- SWAPDB
@@ -312,6 +313,9 @@ Commands which will probably not be implemented:
312313
Tests are run against Redis 6.0.5. The [./integration](./integration/) subdir
313314
compares miniredis against a real redis instance.
314315

316+
The Redis 6 RESP3 protocol is supported. If there are problems, please open
317+
an issue.
318+
315319
If you want to test Redis Sentinel have a look at [minisentinel](https://github.com/Bose/minisentinel).
316320

317321
A changelog is kept at [CHANGELOG.md](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)