Releases: alicebob/miniredis
Releases · alicebob/miniredis
stream command fixes, bitpos fix, exec fix
19 May 09:24
Compare
Sorry, something went wrong.
No results found
fix BITPOS error (thanks @xiaoyuzdy )
small fixes for XREAD, XACK, and XDEL. Mostly error cases.
fix empty EXEC return type (thanks @ashanbrown )
fix XDEL (thanks @svakili and @yvesf )
fix FLUSHALL for streams (thanks @svakili )
lua fix and redis 6.0.10
17 Feb 09:56
Compare
Sorry, something went wrong.
No results found
fix problem where Lua code didn't set the selected DB
update to redis 6.0.10 (thanks @lazappa )
LUA update, channel fix
03 Feb 09:13
Compare
Sorry, something went wrong.
No results found
update LUA dependency
deal with (p)unsubscribe when there are no channels
mod tidy
28 Oct 06:52
Compare
Sorry, something went wrong.
No results found
clean up dependencies removed in v2.14.0. Thanks @johejo !
RESP3
28 Oct 05:21
Compare
Sorry, something went wrong.
No results found
support for HELLO and the RESP3 protocol
KEEPTTL in SET (thanks @johnpena )
XREAD and go1.15
16 Sep 07:34
Compare
Sorry, something went wrong.
No results found
support Go 1.14 and 1.15
update the Check...() methods
support for XREAD (thanks @pieterlexis )
test setup change
16 Aug 09:59
Compare
Sorry, something went wrong.
No results found
Use SAN instead of CN in self signed cert for testing (thanks @johejo )
Travis CI now tests against the most recent two versions of Go (thanks @johejo )
changed unit and integration tests to compare raw payloads, not parsed payloads
remove "redigo" dependency
HSTRLEN and AUTH
15 Jul 13:06
Compare
Sorry, something went wrong.
No results found
added HSTRLEN
minimal support for ACL users in AUTH
TLS and SetError
24 Jun 12:46
Compare
Sorry, something went wrong.
No results found
added RunTLS(...)
added SetError(...)
redis 6 and smaller fixes
15 Jun 07:48
Compare
Sorry, something went wrong.
No results found
test against redis 6
Lua json update (thanks @gsmith85 )
CLUSTER commands (thanks @kratisto )
fix TOUCH
fix a shutdown race conditionv