Skip to content

1.1.3

Compare
Choose a tag to compare
@inponomarev inponomarev released this 23 Jul 21:01
· 77 commits to master since this release

πŸš€ New feature

  • Injected Clock support (as requested in #343). See README for details.

πŸš€ New commands support

  • COPY
  • MOVE
  • EXPIRETIME
  • PEXPIRETIME

🐞 Bugfixes

  • XX, NX, LT, GT options in EXPIRE and PEXPIRE are now supported.
  • KEEPTTL option in SET is now supported.
  • Any expiration time value set in SET ... EX, SETEX and EXPIRE which leads to 64-bit overflow should be reported as invalid expiration time instead of a silent arithmetic overflow.

πŸ§ͺ Native tests

  • Added partial support of keyspace and expire native test set.

πŸ’Ό Maintenance

  • Updated dependencies