Skip to content

Releases: sds/mock_redis

0.30.0

17 Feb 04:22
@sds sds
v0.30.0
66e01ce
Compare
Choose a tag to compare
  • Drop support for Ruby 2.4 and Ruby 2.5 since they are EOL
  • Fix expire to to raise error on invalid integer

0.29.0

12 Aug 18:49
@sds sds
v0.29.0
a2247ef
Compare
Choose a tag to compare
  • Add support for logger option (#211)
  • Fix zadd to not perform conditional type conversion (#214)
  • Fix hdel to raise error when called with empty array (#215)

0.28.0

01 May 21:01
@sds sds
v0.28.0
62ad386
Compare
Choose a tag to compare
  • Fix hmset exception (#206)
  • Fix hmset to accept hashes in addition to key/value pairs (#208)
  • Fix stream ID regex to support ( (#209)
  • Allow mget to accept a block (#210)

0.27.3

10 Jan 22:33
@sds sds
v0.27.3
83f916a
Compare
Choose a tag to compare
  • Ensure ruby2_keywords dependency is required at runtime

0.27.2

07 Jan 07:29
@sds sds
v0.27.2
fab509c
Compare
Choose a tag to compare
  • Switch ruby2_keywords gem from development dependency to runtime dependency

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)