Releases: alicebob/miniredis
Releases · alicebob/miniredis
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)
basic streams, geodist, 128bit
- 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
added Server(), to add custom commands
GEO
bug fixes
psubscribe, seed, redigo import
- proper import of github.com/gomodule/redigo
- fix messages generated by PSUBSCRIBE
- optional internal seed
proper v2 go.mod
Thanks @elliotchance