Releases: alicebob/miniredis
Releases · alicebob/miniredis
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
SWAPDB
PUBSUB
2.4.4
Lua auth fix
See #39