Skip to content

Releases: alicebob/miniredis

add SMISMEMBER

02 Aug 08:10

Choose a tag to compare

support SMISMEMBER (thanks @sandyharvie)

fix ZADD, fix COPY, speedy SPOP

28 Jun 07:40

Choose a tag to compare

ZMSCORE, lua error_reply, lua cache

31 May 14:14

Choose a tag to compare

  • fix lua error_reply (thanks @pkierski)
  • fix use of blocking functions in lua
  • support for ZMSCORE (thanks @lsgndln)
  • lua cache (thanks @tonyhb)

XADD minid, BLMOVE, COMMAND fix, XREAD fix

19 Apr 07:48

Choose a tag to compare

  • support MINID in XADD (thanks @nathan-cormier)
  • support BLMOVE (thanks @sevein)
  • fix COMMAND (thanks @pje)
  • fix 'XREAD ... $' on a non-existing stream

SET NX GET

08 Mar 17:35

Choose a tag to compare

  • support SET NX GET special case

redis 7.0

06 Jan 10:59

Choose a tag to compare

  • implement redis 7.0.x (from 6.X). Main changes:
    • test against 7.0.7
    • update error messages
    • support nx|xx|gt|lt options in [P]EXPIRE[AT]
    • update how deleted items are processed in pending queues in streams

`$` fix, timeouts, fix disconnects

09 Nov 16:02

Choose a tag to compare

  • resolve $ to latest ID in XREAD (thanks @josh-hook)
  • handle disconnect in blocking functions (thanks @jgirtakovskis)
  • fix type conversion bug in redisToLua (thanks Sandy Harvie)
  • BRPOP{LPUSH} timeout can be float since 6.0

INFO, LPOS, XPENDING

12 Aug 08:13

Choose a tag to compare

  • basic INFO support (thanks @kirill-a-belov)
  • support COUNT in SSCAN (thanks @Abdi-dd)
  • test and support Go 1.19
  • support LPOS (thanks @ianstarz)
  • support XPENDING, XGROUP {CREATECONSUMER,DESTROY,DELCONSUMER}, XINFO {CONSUMERS,GROUPS}, XCLAIM (thanks @sandyharvie)

stream fixes, Dump() control, fix COMMAND

29 Jun 07:04

Choose a tag to compare

  • set miniredis.DumpMaxLineLen to get more Dump() info (thanks @afjoseph)
  • fix invalid response of COMMAND (thanks @zsh1995)
  • fix possibility to generate duplicate IDs in XADD (thanks @readams)
  • adds support for XAUTOCLAIM min-idle parameter (thanks @readams)

GETEX, XAUTOCLAIM, and ZADD GT/LT

04 May 07:39

Choose a tag to compare