@@ -22,68 +22,9 @@ There are no dependencies on external binaries, so you can easily integrate it i
2222
2323SWAPDB
2424
25- ### v2.6.0
25+ ### older
2626
27- PUBSUB (thanks @Al2Klimov )
28-
29- ### v2.5.0
30-
31- Added ZPopMin and ZPopMax
32-
33- ### v2.4.6
34-
35- support for TIME (thanks @leon-barrett and @lirao )
36- support for ZREVRANGEBYLEX
37- fix for SINTER (thanks @robstein )
38- updates for latest redis
39-
40- ### 2.4.4
41-
42- Fixed nil Lua return value (#43 )
43-
44- ### 2.4.3
45-
46- Fixed using Lua with authenticated redis.
47-
48- ### 2.4.2
49-
50- Changed redigo import path.
51-
52- ### 2.4
53-
54- Minor cleanups. Miniredis now requires Go >= 1.9 (only for the tests. If you don't run the tests you can use an older Go version).
55-
56- ### 2.3.1
57-
58- Lua changes: added ` cjson ` library, and ` redis.sha1hex() ` .
59-
60- ### 2.3
61-
62- Added the ` EVAL ` , ` EVALSHA ` , and ` SCRIPT ` commands. Uses a pure Go Lua interpreter. Please open an issue if there are problems with any Lua code.
63-
64- ### 2.2
65-
66- Introduced ` StartAddr() ` .
67-
68- ### 2.1
69-
70- Internal cleanups. No changes in functionality.
71-
72- ### 2.0
73-
74- 2.0.0 improves TTLs to be ` time.Duration ` values. ` .Expire() ` is removed and
75- replaced by ` .TTL() ` , which returns the TTL as a ` time.Duration ` .
76- This should be the change needed to upgrade:
77-
78- 1.0:
79-
80- m.Expire() == 4
81-
82- 2.0:
83-
84- m.TTL() == 4 * time.Second
85-
86- Furthermore, ` .SetTime() ` is added to help with ` EXPIREAT ` commands, and ` .FastForward() ` is introduced to test keys expiration.
27+ See https://github.com/alicebob/miniredis/releases for the full changelog
8728
8829
8930## Commands
0 commit comments