Skip to content

Releases: sds/mock_redis

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