Releases: alicebob/miniredis
Releases · alicebob/miniredis
no typo
09 Aug 10:09
Compare
Sorry, something went wrong.
No results found
add SMISMEMBER
02 Aug 08:10
Compare
Sorry, something went wrong.
No results found
fix ZADD, fix COPY, speedy SPOP
28 Jun 07:40
Compare
Sorry, something went wrong.
No results found
ZMSCORE, lua error_reply, lua cache
31 May 14:14
Compare
Sorry, something went wrong.
No results found
fix lua error_reply (thanks @pkierski )
fix use of blocking functions in lua
support for ZMSCORE (thanks @lsgndln )
lua cache (thanks @tonyhb )
XADD minid, BLMOVE, COMMAND fix, XREAD fix
19 Apr 07:48
Compare
Sorry, something went wrong.
No results found
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
08 Mar 17:35
Compare
Sorry, something went wrong.
No results found
support SET NX GET special case
redis 7.0
06 Jan 10:59
Compare
Sorry, something went wrong.
No results found
implement redis 7.0.x (from 6.X). Main changes:
test against 7.0.7
update error messages
support nx|xx|gt|lt options in [P]EXPIRE[AT]
update how deleted items are processed in pending queues in streams
`$` fix, timeouts, fix disconnects
09 Nov 16:02
Compare
Sorry, something went wrong.
No results found
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
12 Aug 08:13
Compare
Sorry, something went wrong.
No results found
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
29 Jun 07:04
Compare
Sorry, something went wrong.
No results found
set miniredis.DumpMaxLineLen to get more Dump() info (thanks @afjoseph )
fix invalid response of COMMAND (thanks @zsh1995 )
fix possibility to generate duplicate IDs in XADD (thanks @readams )
adds support for XAUTOCLAIM min-idle parameter (thanks @readams )