Skip to content

Releases: alicebob/miniredis

XREAD and go1.15

16 Sep 07:34
Compare
Choose a tag to compare
  • support Go 1.14 and 1.15
  • update the Check...() methods
  • support for XREAD (thanks @pieterlexis)

test setup change

16 Aug 09:59
Compare
Choose a tag to compare
  • Use SAN instead of CN in self signed cert for testing (thanks @johejo)
  • Travis CI now tests against the most recent two versions of Go (thanks @johejo)
  • changed unit and integration tests to compare raw payloads, not parsed payloads
  • remove "redigo" dependency

HSTRLEN and AUTH

15 Jul 13:06
Compare
Choose a tag to compare
  • added HSTRLEN
  • minimal support for ACL users in AUTH

TLS and SetError

24 Jun 12:46
1bf325c
Compare
Choose a tag to compare
  • added RunTLS(...)
  • added SetError(...)

redis 6 and smaller fixes

15 Jun 07:48
cca8a28
Compare
Choose a tag to compare
  • test against redis 6
  • Lua json update (thanks @gsmith85)
  • CLUSTER commands (thanks @kratisto)
  • fix TOUCH
  • fix a shutdown race conditionv

ZUNIONSTORE improvement

18 Mar 08:39
Compare
Choose a tag to compare
  • ZUNIONSTORE now supports standard set types (thanks @wshirey)

TOUCH and custer commands

04 Mar 10:45
Compare
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
Compare
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
Compare
Choose a tag to compare

basic streams, geodist, 128bit

20 Nov 14:15
Compare
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)