Releases: sds/mock_redis
Releases · sds/mock_redis
0.38.0
- Fix detection of stream key types
- Add support for
EXAT
AND PXAT
arguments to SET
command
0.37.0
- Require Ruby 2.7 or newer, since Ruby 2.6 and older are EOL
- Remove unnecessary files from gem contents
- Add support for popping multiple items with
lpop
- Add support for
scan
with type option
- Add support for
sadd?
- Add support for scanning on keys containing hash tags (
{...}
)
0.36.0
- Add support for
smismember
- Add support for
lmove
and blmove
- Fix
zrem
to support passing array of integers
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)