Skip to content

Releases: alicebob/miniredis

SINTERCARD and [P]EXPIRETIME

13 Mar 08:23
Compare
Choose a tag to compare
  • support for SINTERCARD (thanks @s-barr-fetch)
  • support for EXPIRETIME and PEXPIRETIME (thanks @wszaranski)
  • fix GEO* units to be case insensitive

COUNT, IDLETIME, and HRANDFIELD

03 Jan 11:33
Compare
Choose a tag to compare

MEMORY USAGE, CLIENT {SET|GET}NAME, float fixes

11 Oct 06:49
Compare
Choose a tag to compare
  • 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

no typo

09 Aug 10:09
Compare
Choose a tag to compare

Oops.

Thanks @cristaloleg!

add SMISMEMBER

02 Aug 08:10
Compare
Choose a tag to compare

support SMISMEMBER (thanks @sandyharvie)

fix ZADD, fix COPY, speedy SPOP

28 Jun 07:40
Compare
Choose a tag to compare

ZMSCORE, lua error_reply, lua cache

31 May 14:14
Compare
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
Compare
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
Compare
Choose a tag to compare
  • support SET NX GET special case

redis 7.0

06 Jan 10:59
Compare
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