Releases: sds/mock_redis
Releases · sds/mock_redis
0.30.0
- 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
- 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
- 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
- Ensure
ruby2_keywords
dependency is require
d at runtime
0.27.2
- Switch
ruby2_keywords
gem from development dependency to runtime dependency
0.27.1
- Fix missing
ruby2_keywords
gem
- Allow passing string
offset
to getbit
(#203)
0.27.0
- Fix handling of keyword arguments on Ruby 3 (#199)
- Allow passing string
offset
to setbit
(#200)
- Add
connection
method (#201)
0.26.0
- Add block and count support to
xread
(#194)
0.25.0
- 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
- 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)