Skip to content

Releases: alicebob/miniredis

Go version >= 1.9

20 Apr 10:15
Compare
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
Compare
Choose a tag to compare

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

Lua cjson

26 Jan 09:16
Compare
Choose a tag to compare

Lua changes:

  • added cjson library
  • added redis.sha1hex method

Lua

19 Jan 11:56
aefbaa7
Compare
Choose a tag to compare
Lua

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