Skip to content

Commit

Permalink
update changelog for v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Oct 28, 2020
1 parent 5c1d2b1 commit f8e53b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Implemented commands:
- Connection (complete)
- AUTH -- see RequireAuth()
- ECHO
- HELLO -- see RequireUserAuth()
- PING
- SELECT
- SWAPDB
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit f8e53b6

Please sign in to comment.