Skip to content

Releases: alicebob/miniredis

ZUNIONSTORE improvement

18 Mar 08:39

Choose a tag to compare

  • ZUNIONSTORE now supports standard set types (thanks @wshirey)

TOUCH and custer commands

04 Mar 10:45

Choose a tag to compare

  • support for TOUCH (thanks @cleroux)
  • support for cluster and stream commands (thanks @kak-tus)

Lua concurrency

12 Feb 08:14
bf9179b

Choose a tag to compare

  • make sure Lua code is executed concurrently
  • add command GEORADIUSBYMEMBER, thanks to @kyeett

fixes for: lua, HSET, BLPOP

18 Dec 00:48

Choose a tag to compare

basic streams, geodist, 128bit

20 Nov 14:15

Choose a tag to compare

  • added XRANGE/XREVRANGE, XADD, and XLEN (thanks @skateinmars)
  • added GEODIST
  • improved precision for geohashes, closer to what real redis does
  • use 128bit floats internally for INCRBYFLOAT and related (thanks @timnd)

Expose the Server

23 Oct 14:18
1e633d3

Choose a tag to compare

added Server(), to add custom commands

GEO

18 Sep 14:14

Choose a tag to compare

GEO
  • added UNLINK
  • fix DEL zero-argument case
  • cleanup some direct access commands
  • added GEOADD, GEOPOS, GEORADIUS, and GEORADIUS_RO

thanks for fixes!

bug fixes

11 Sep 11:11
ce66b76

Choose a tag to compare

  • fix issue with ZRANGEBYLEX
  • fix issue with BRPOPLPUSH and direct access

psubscribe, seed, redigo import

24 Jul 11:20

Choose a tag to compare

  • proper import of github.com/gomodule/redigo
  • fix messages generated by PSUBSCRIBE
  • optional internal seed

proper v2 go.mod

09 May 11:07
c40fe58

Choose a tag to compare