Skip to content

Releases: alicebob/miniredis

>= Go 1.14

23 Mar 10:02

Choose a tag to compare

v2.20.0

SCAN, BITPOS, ZRANGE, and redis.call() fixes and updates

16 Mar 11:04

Choose a tag to compare

  • support for TYPE in SCAN (thanks @0xDiddi)
  • update BITPOS (thanks @dirkm)
  • fix a lua redis.call() return value (thanks @mpetronic)
  • update ZRANGE (thanks @valdemarpereira)

catching up with 6.2

19 Jan 08:41

Choose a tag to compare

v2.18.0

this adds some commands introduced in redis 6.2. Thanks to everyone for helping!

added miniredis.RunT(t)

12 Dec 09:06

Choose a tag to compare

  • added miniredis.RunT(t)

INTERSTORE and XRANGE fixes

20 Nov 11:18

Choose a tag to compare

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

20 Oct 18:56

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

Choose a tag to compare

EVAL fix

07 Jul 07:17

Choose a tag to compare

  • EVAL should cache the script (thanks @guoshimin)

2.6, hyperlog, GETDEL

23 Jun 07:55

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

Choose a tag to compare

  • added XPENDING
  • support for BLOCK option in XREAD and XREADGROUP