You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.