Skip to content

Releases: alicebob/miniredis

SWAPDB

17 Apr 18:09

Choose a tag to compare

Added support for SWAPDB

Thanks @linuxfreak003!

#75
#76

PUBSUB

29 Mar 15:36

Choose a tag to compare

SUBSCRIBE and PUBLISH and related commands

2.4.4

23 Jun 11:43

Choose a tag to compare

Fix #43 about Lua 'call()' return values.

Lua auth fix

25 May 08:04

Choose a tag to compare

changed redigo import path

09 May 11:03
c8ba259

Choose a tag to compare

2.4.2

Make that 2.4.2

Go version >= 1.9

20 Apr 10:15

Choose a tag to compare

Cleanup some test code. Tests now require Go >= 1.9 (which is the earliest supported version)

ZADD INCR

01 Feb 10:11

Choose a tag to compare

Added support for the 'INCR' flag to the 'ZADD' command.

Lua cjson

26 Jan 09:16

Choose a tag to compare

Lua changes:

  • added cjson library
  • added redis.sha1hex method

Lua

19 Jan 11:56
aefbaa7

Choose a tag to compare

Lua

Added support for Lua (EVAL', EVALSHA, and SCRIPT`).