Skip to content

Releases: alicebob/miniredis

SET update, XTRIM, ZRANDMEMBER, lua redis.log()

20 Oct 18:56
Compare
Choose a tag to compare
  • simplify some code (thanks @zonque)
  • support for EXAT/PXAT in SET
  • support for XTRIM (thanks @joseotoro)
  • support for ZRANDMEMBER
  • support for redis.log() in lua (thanks @dirkm)

blocking fix and 'XREAD $'

16 Sep 08:12
90c554a
Compare
Choose a tag to compare

EVAL fix

07 Jul 07:17
Compare
Choose a tag to compare
  • EVAL should cache the script (thanks @guoshimin)

2.6, hyperlog, GETDEL

23 Jun 07:55
Compare
Choose a tag to compare
  • target redis 6.2 and added new args to various commands
  • support for all hyperlog commands (thanks @ilbaktin)
  • support for GETDEL (thanks @wszaranski)

XPENDING and XREAD{,GROUP} BLOCK

26 May 07:17
Compare
Choose a tag to compare
  • added XPENDING
  • support for BLOCK option in XREAD and XREADGROUP

stream command fixes, bitpos fix, exec fix

19 May 09:24
Compare
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
Compare
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
Compare
Choose a tag to compare
  • update LUA dependency
  • deal with (p)unsubscribe when there are no channels

mod tidy

28 Oct 06:52
2b7e89e
Compare
Choose a tag to compare
  • clean up dependencies removed in v2.14.0. Thanks @johejo!

RESP3

28 Oct 05:21
Compare
Choose a tag to compare
  • support for HELLO and the RESP3 protocol
  • KEEPTTL in SET (thanks @johnpena)