Skip to content

1.1.0

Compare
Choose a tag to compare
@inponomarev inponomarev released this 20 Jan 22:43
· 165 commits to master since this release

πŸš€ 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 return QUEUED instead of OK.

πŸ’Ό Maintenance

Dependencies are updated

Thanks to @1BAH for development of streams functionality for Jedis-Mock!