Skip to content

Releases: fppt/jedis-mock

Release 0.1.16

28 Oct 15:44
a10ae06
Compare
Choose a tag to compare

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

Release 0.1.15

08 Aug 10:39
Compare
Choose a tag to compare

Special thanks to @imanzano for the fix.

Bug Fix:

  • rpoplpush returning incorrect results when source is empty

Release 0.1.14

22 Jun 03:00
934bc22
Compare
Choose a tag to compare

Special thanks to @youngasimov, davidkus and sebastien-guay who did all the work for this release.

Nice one folks!

New Methods Supported

Other Changes

  • WITHSCORES on zrange

Release 0.1.13

17 May 12:10
7dfd7eb
Compare
Choose a tag to compare

Special thanks to @youngasimov and davidkus who did all the work for this release.

Nice one folks!

New Methods Supported

Release 0.1.12

11 Apr 13:17
8b8bb77
Compare
Choose a tag to compare

Special thanks to @davidkus who did all the work for this release.

New Methods Supported

Release 0.1.11

04 Apr 07:36
71ed7df
Compare
Choose a tag to compare

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

04 Mar 07:25
e4c8be3
Compare
Choose a tag to compare

Special thanks to @inponomarev who did all the work for this release.

New Methods Supported

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

28 Jan 14:58
10756d9
Compare
Choose a tag to compare

New Methods Supported

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

10 Dec 06:52
Compare
Choose a tag to compare

Release 0.1.7

28 Nov 07:48
977c574
Compare
Choose a tag to compare