Releases: alicebob/miniredis
Releases · alicebob/miniredis
RESP3
XREAD and go1.15
- support Go 1.14 and 1.15
- update the
Check...()
methods - support for XREAD (thanks @pieterlexis)
test setup change
HSTRLEN and AUTH
- added HSTRLEN
- minimal support for ACL users in AUTH
TLS and SetError
- added
RunTLS(...)
- added
SetError(...)
redis 6 and smaller fixes
ZUNIONSTORE improvement
- ZUNIONSTORE now supports standard set types (thanks @wshirey)
TOUCH and custer commands
Lua concurrency
- make sure Lua code is executed concurrently
- add command GEORADIUSBYMEMBER, thanks to @kyeett
fixes for: lua, HSET, BLPOP
- globals protection for LUA code (thanks @vk-outreach)
- HSET update (thanks @carlgreen)
- fix BLPOP block on shutdown (thanks @Asalle)