Skip to content

Releases: alicebob/miniredis

stream command fixes, bitpos fix, exec fix

19 May 09:24

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • update LUA dependency
  • deal with (p)unsubscribe when there are no channels

mod tidy

28 Oct 06:52
2b7e89e

Choose a tag to compare

  • clean up dependencies removed in v2.14.0. Thanks @johejo!

RESP3

28 Oct 05:21

Choose a tag to compare

  • support for HELLO and the RESP3 protocol
  • KEEPTTL in SET (thanks @johnpena)

XREAD and go1.15

16 Sep 07:34

Choose a tag to compare

  • support Go 1.14 and 1.15
  • update the Check...() methods
  • support for XREAD (thanks @pieterlexis)

test setup change

16 Aug 09:59

Choose a tag to compare

  • 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

Choose a tag to compare

  • added HSTRLEN
  • minimal support for ACL users in AUTH

TLS and SetError

24 Jun 12:46
1bf325c

Choose a tag to compare

  • added RunTLS(...)
  • added SetError(...)

redis 6 and smaller fixes

15 Jun 07:48
cca8a28

Choose a tag to compare

  • test against redis 6
  • Lua json update (thanks @gsmith85)
  • CLUSTER commands (thanks @kratisto)
  • fix TOUCH
  • fix a shutdown race conditionv