Skip to content

Releases: alicebob/miniredis

add ZRANK/ZREVRANK, fix ZINTERSTORE and XTRIM

18 Dec 02:16
Compare
Choose a tag to compare
  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @joshaber)
  • use streamCmp in Xtrim (thanks @daniel-cohere)

Go >= 1.17, redis.set_repl(), StartAddrTLS, XADD and SRANDMEMBER fixes

29 May 13:41
Compare
Choose a tag to compare
  • minimum Go version is now 1.17
  • fix integer overflow (thanks @wszaranski)
  • test against the last BSD redis (7.2.4)
  • ignore 'redis.set_repl()' call (thanks @TingluoHuang)
  • various build fixes (thanks @wszaranski)
  • add StartAddrTLS function (thanks @agriffaut)
  • support for the NOMKSTREAM option for XADD (thanks @Jahaja)
  • return empty array for SRANDMEMBER on nonexistent key (thanks @WKBae)

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