Skip to content

Releases: sds/mock_redis

0.27.1

07 Jan 06:29
@sds sds
v0.27.1
ca645ab
Compare
Choose a tag to compare
  • Fix missing ruby2_keywords gem
  • Allow passing string offset to getbit (#203)

0.27.0

05 Jan 22:16
@sds sds
v0.27.0
3015ab8
Compare
Choose a tag to compare
  • Fix handling of keyword arguments on Ruby 3 (#199)
  • Allow passing string offset to setbit (#200)
  • Add connection method (#201)

0.26.0

26 Aug 18:51
@sds sds
v0.26.0
ab2e3bf
Compare
Choose a tag to compare
  • Add block and count support to xread (#194)

0.25.0

25 Jun 05:35
@sds sds
v0.25.0
094f0d7
Compare
Choose a tag to compare
  • Add support for xread command (#190)
  • Fix mget to raise error when passing empty array (#191)
  • Fix xadd when maxlen is zero (#192)

0.24.0

18 Jun 05:41
@sds sds
v0.24.0
c4651c7
Compare
Choose a tag to compare
  • Fix handling of blocks within multi blocks (#185)
  • Fix handling of multiple consecutive ? characters in key pattern matching (#186)
  • Change exists to return an integer and add exists? (#188)

0.23.0

22 Apr 02:05
@sds sds
v0.23.0
72a1c34
Compare
Choose a tag to compare
  • Raise error when setex called with negative timeout (#174)
  • Add support for dump/restore between MockRedis instances (#176)
  • Fix warnings for ZSET methods on Ruby 2.7 (#177)
  • Add support for returning time in pipelines (#179)
  • Fix SET methods to correct set milliseconds with px (#180)
  • Add support for unsorted sets within zinterstore/zunionstore(#182)

0.22.0

10 Oct 05:51
@sds sds
v0.22.0
ee99190
Compare
Choose a tag to compare
  • Gracefully handle cursors larger than the collection size in scan commands (#171)
  • Add zpopmin and zpopmax commands (#172)
  • Fix hmset to support array arguments (#173)
  • Fix hmset to always treat keys as strings (#173)
  • Remove unnecessary dependency on rake gem