Releases: fppt/jedis-mock
Releases · fppt/jedis-mock
Release 0.1.16
Special thanks to:
For all the new features, fixes, and geniune awesomeness. Thanks folks!
Bug Fix:
incr
was incorrectly clearing ttl - fixed- Flaky test, massive thanks here. That one was bothering me.
Newly Supported Operations
hlen
- https://redis.io/commands/hlenzrangebylex
- https://redis.io/commands/zrangebylexauth
- https://redis.io/commands/auth (no password support yet)
Release 0.1.15
Special thanks to @imanzano for the fix.
Bug Fix:
rpoplpush
returning incorrect results when source is empty
Release 0.1.14
Special thanks to @youngasimov, davidkus and sebastien-guay who did all the work for this release.
Nice one folks!
New Methods Supported
zcard
- https://redis.io/commands/zcardhkeys
- https://redis.io/commands/hkeyssscan
- https://redis.io/commands/sscan
Other Changes
WITHSCORES
onzrange
Release 0.1.13
Special thanks to @youngasimov and davidkus who did all the work for this release.
Nice one folks!
New Methods Supported
blpop
- https://redis.io/commands/blpopbrpop
- https://redis.io/commands/brpopzadd
- https://redis.io/commands/zaddzrem
- https://redis.io/commands/zremzrange
- https://redis.io/commands/zrange
Release 0.1.12
Special thanks to @davidkus who did all the work for this release.
New Methods Supported
scan
- https://redis.io/commands/scanflushdb
- https://redis.io/commands/flushdb
Release 0.1.11
Special thanks to @patpod who did all the work for this release.
Hotfix Release
Fixed ConcurrentModificationException when deleting hashes with more than one field
Release 0.1.10
Special thanks to @inponomarev who did all the work for this release.
New Methods Supported
scard
- https://redis.io/commands/scardsrem
- https://redis.io/commands/sremtime
- https://redis.io/commands/time
Other Changes
- Fixed bug in sadd. This command should return the number of added entries, not the size of resulting set.
- Fixed bug in exists. Always returned false for HMAPs.
- Fixed bug in del. It didn't delete HMAPs.
Release 0.1.9
New Methods Supported
info
- https://redis.io/commands/infohsetnx
- https://redis.io/commands/hsetnxselect
- https://redis.io/commands/select
Other Changes
- Cleanup internal operation building
- Cleanup packages
- Disabled cluster functionality as it was not fully tested and buggy at times
Release 0.1.8
New Methods Supported
hgetall
- https://redis.io/commands/hgetallsinter
- https://redis.io/commands/sinterhmset
- https://redis.io/commands/hmsethmget
- https://redis.io/commands/hmget
Release 0.1.7
New Methods Supported
hget
- https://redis.io/commands/hgethset
- https://redis.io/commands/hsethdel
- https://redis.io/commands/hdel