Releases: fppt/jedis-mock
Releases Β· fppt/jedis-mock
1.1.11
1.1.10
1.1.9
Maintenance release
<license>
section added to thepom.xml
- dependencies updated
1.1.8
π Enhancement
- #558 Lua
cjson
library is now available in Lua runtime. Thank you @ivan-kripakov-m10 for contributing this!
πΌ Maintenance
- Updated dependencies
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
π New feature
π New commands support
COPY
MOVE
EXPIRETIME
PEXPIRETIME
π Bugfixes
XX
,NX
,LT
,GT
options inEXPIRE
andPEXPIRE
are now supported.KEEPTTL
option inSET
is now supported.- Any expiration time value set in
SET ... EX
,SETEX
andEXPIRE
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
andexpire
native test set.
πΌ Maintenance
- Updated dependencies
1.1.2
π Bugfix
- #480 Non-integer scores in
zset
get rounded to integer inzrange withscores
- Thread leak if a large number of
RedisServer
instances is being created and stopped.
π Enhancement
- #475
RedisServer
now hasisRunning()
method which allows one to check if the server is running from another thread.
πΌ Maintenance
- Dependencies updates
Thanks @penev-ff and @newacct for reporting issues and @Alex286756 for providing the quick solution