Releases: sds/mock_redis
Releases · sds/mock_redis
v0.45.0
What's Changed
- Add support for optional
count
arg inrpop
by @EmilioCristalli in #308
Full Changelog: v0.44.0...v0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
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 (
{...}
)