1.1.0
π Streams support
Starting from version 1.1.0, JedisMock partially supports stream operations: a feature requested years ago, in particular in tickets #134 and #138.
New commands:
XADD
XDEL
XLEN
XRANGE
XREAD
XREVRANGE
XTRIM
π Bug fixes
- Negative TTL values in commands
SETEX
,PSETEX
,SET
should produce an error (instead of setting expiration time in the past). - Command submission inside
MULTI
...EXEC
transactions should returnQUEUED
instead ofOK
.
πΌ Maintenance
Dependencies are updated
Thanks to @1BAH for development of streams functionality for Jedis-Mock!