File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
312313Tests are run against Redis 6.0.5. The [ ./integration] ( ./integration/ ) subdir
313314compares 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+
315319If you want to test Redis Sentinel have a look at [ minisentinel] ( https://github.com/Bose/minisentinel ) .
316320
317321A changelog is kept at [ CHANGELOG.md] ( https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments