Skip to content

Release 0.1.18

Compare
Choose a tag to compare
@inponomarev inponomarev released this 06 May 15:00
· 347 commits to master since this release
3f561ff

Special thanks to

@mwiede
@fxshlein
@mpetricek-corp
@fluffy88
@etolbakov

Bug fix

  • hsetnx is not returning 0 if field already exists (#97)

Changes

  • We now use TestContainers and Redis 5.0 as a comarison base
  • Jedis is updated to 3.6.0

Newly Supported Operations

  • HSET now supports Map as a parameter in order to set multiple sub-keys at once
  • CLIENT SETNAME is now mocked according to the specification (just returns 'OK')
  • ZREMRANGEBYSCORE