Skip to content

Releases: alicebob/miniredis

HEXPIRE

25 Feb 08:35
c1b59bf

Choose a tag to compare

support CLUSTER SHARDS

23 Jan 10:09

Choose a tag to compare

  • support CLUSTER SHARDS (thanks @dadrus)

redis 8.4.0, DUMP/RESTORE, EVALRO, WAIT

21 Jan 13:01
e5c9a13

Choose a tag to compare

  • return actual server address by CLUSTER NODES (thanks @nastik-kum)
  • support DUMP and RESTORE (thanks @alyssaruth)
  • support EVALRO (thanks @max-frank)
  • add WAIT command as no-op (thanks @aroullet)
  • support info stats (thanks @destinyoooo)
  • add "-*" keys
  • compare against Redis 8.4.0

drop a go.mod dep, lua fi, BLMOVE XAUTOCLAIM fixes

04 Jun 08:59

Choose a tag to compare

  • add Lua redis.setresp({2,3})
  • embed gopher-json package
  • fix XAUTOCLAIM (thanks @kgunning)
  • fix writeXpending (thanks @gnpaone)
  • fix BLMOVE TTL special case
  • constants for key types @alyssaruth

add ZRANK/ZREVRANK, fix ZINTERSTORE and XTRIM

18 Dec 02:16

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

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

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

Choose a tag to compare

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

11 Oct 06:49

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

Choose a tag to compare

Oops.

Thanks @cristaloleg!