Miniredis Versions Save

Pure Go Redis server for Go unittests

v2.32.1

2 months ago
  • support for SINTERCARD (thanks @s-barr-fetch)
  • support for EXPIRETIME and PEXPIRETIME (thanks @wszaranski)
  • fix GEO* units to be case insensitive

v2.31.1

4 months ago
  • support COUNT in SCAN and ZSCAN (thanks @BarakSilverfort)
  • support for OBJECT IDLETIME (thanks @nerd2)
  • support for HRANDFIELD (thanks @sejin-P)

v2.31.0

7 months ago
  • support for MEMORY USAGE (thanks @davidroman0O)
  • test against Redis 7.2.0
  • support for CLIENT SETNAME/GETNAME (thanks @mr-karan)
  • fix very small numbers (thanks @zsh1995)
  • use the same float-to-string logic real Redis uses

v2.30.5

9 months ago

Oops.

Thanks @cristaloleg!

v.2.30.5

9 months ago

support SMISMEMBER (thanks @sandyharvie)

v2.30.4

10 months ago
  • fix ZADD LT/LG (thanks @sejin-P)
  • fix COPY (thanks @jerargus)
  • quicker SPOP

v2.30.3

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

v2.30.2

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

v2.30.1

1 year ago
  • support SET NX GET special case

v2.30.0

1 year ago
  • 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