Releases: sds/mock_redis
Releases · sds/mock_redis
0.33.0
- Add support for
GET
argument to SET
command
0.31.0
- Allow
ping
to take argument
- Raise
CommandError
on hmget
with empty list of fields
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