Releases: alicebob/miniredis
Releases · alicebob/miniredis
add SMISMEMBER
support SMISMEMBER (thanks @sandyharvie)
fix ZADD, fix COPY, speedy SPOP
ZMSCORE, lua error_reply, lua cache
XADD minid, BLMOVE, COMMAND fix, XREAD fix
- support MINID in XADD (thanks @nathan-cormier)
- support BLMOVE (thanks @sevein)
- fix COMMAND (thanks @pje)
- fix 'XREAD ... $' on a non-existing stream
SET NX GET
- support SET NX GET special case
redis 7.0
`$` fix, timeouts, fix disconnects
- resolve $ to latest ID in XREAD (thanks @josh-hook)
- handle disconnect in blocking functions (thanks @jgirtakovskis)
- fix type conversion bug in redisToLua (thanks Sandy Harvie)
- BRPOP{LPUSH} timeout can be float since 6.0
INFO, LPOS, XPENDING
- basic INFO support (thanks @kirill-a-belov)
- support COUNT in SSCAN (thanks @Abdi-dd)
- test and support Go 1.19
- support LPOS (thanks @ianstarz)
- support XPENDING, XGROUP {CREATECONSUMER,DESTROY,DELCONSUMER}, XINFO {CONSUMERS,GROUPS}, XCLAIM (thanks @sandyharvie)
stream fixes, Dump() control, fix COMMAND
GETEX, XAUTOCLAIM, and ZADD GT/LT
- support for GETEX (thanks @dntj)
- support for GT and LT in ZADD (thanks @lsgndln)
- support for XAUTOCLAIM (thanks @randall-fulton)