File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### v2.14.2
4+
5+ - update LUA dependency
6+ - deal with (p)unsubscribe when there are no channels
7+
8+
9+ ### v2.14.1
10+
11+ - mod tidy
12+
13+
314### v2.14.0
415
516- support for HELLO and the RESP3 protocol
617- KEEPTTL in SET (thanks @johnpena )
718
19+
820### v2.13.3
921
1022- support Go 1.14 and 1.15
1123- update the ` Check...() ` methods
1224- support for XREAD (thanks @pieterlexis )
1325
26+
1427### v2.13.2
1528
1629- Use SAN instead of CN in self signed cert for testing (thanks @johejo )
1730- Travis CI now tests against the most recent two versions of Go (thanks @johejo )
1831- changed unit and integration tests to compare raw payloads, not parsed payloads
1932- remove "redigo" dependency
2033
34+
2135### v2.13.1
2236
2337- added HSTRLEN
2438- minimal support for ACL users in AUTH
2539
40+
2641### v2.13.0
2742
2843- added RunTLS(...)
2944- added SetError(...)
3045
46+
3147### v2.12.0
3248
3349- redis 6
3652- fix TOUCH
3753- fix a shutdown race condition
3854
55+
3956### v2.11.4
4057
4158- ZUNIONSTORE now supports standard set types (thanks @wshirey )
4259
60+
4361### v2.11.3
4462
4563- support for TOUCH (thanks @cleroux )
4664- support for cluster and stream commands (thanks @kak-tus )
4765
66+
4867### v2.11.2
4968
5069- make sure Lua code is executed concurrently
5170- add command GEORADIUSBYMEMBER (thanks @kyeett )
5271
72+
5373### v2.11.1
5474
5575- globals protection for Lua code (thanks @vk-outreach )
5676- HSET update (thanks @carlgreen )
5777- fix BLPOP block on shutdown (thanks @Asalle )
5878
79+
5980### v2.11.0
6081
6182- added XRANGE/XREVRANGE, XADD, and XLEN (thanks @skateinmars )
6283- added GEODIST
6384- improved precision for geohashes, closer to what real redis does
6485- use 128bit floats internally for INCRBYFLOAT and related (thanks @timnd )
6586
87+
6688### v2.10.1
6789
6890- added m.Server()
6991
92+
7093### v2.10.0
7194
7295- added UNLINK
You can’t perform that action at this time.
0 commit comments