Releases: fppt/jedis-mock
Releases · fppt/jedis-mock
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
Release 0.1.6
This is a continued support release from the original repository. No new features at this time but I am looking for suggestions to help improve this library.
Thanks to all for their patience in letting me sort this out.