Releases: sds/mock_redis
Releases · sds/mock_redis
0.40.0
- Add support for
call
method name to be case insensitive
- Add support for
zmscore
0.39.0
- Add support for calling
call
in pipelined
block
- Fix
sadd
to stringify array
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