ioredis-mock
Advanced tools
Comparing version 8.5.0 to 8.6.0
@@ -1,2 +0,2 @@ | ||
## Supported commands ![Commands Coverage: 64%](https://img.shields.io/badge/coverage-64%25-orange.svg) | ||
## Supported commands ![Commands Coverage: 65%](https://img.shields.io/badge/coverage-65%25-orange.svg) | ||
@@ -217,3 +217,3 @@ > PRs welcome :heart: | ||
| [zrange] | :white_check_mark: | :white_check_mark: | | ||
| [zrangebylex] | :white_check_mark: | :x: | | ||
| [zrangebylex] | :white_check_mark: | :white_check_mark: | | ||
| [zrangebyscore] | :white_check_mark: | :white_check_mark: | | ||
@@ -227,3 +227,3 @@ | [zrangestore] | :white_check_mark: | :x: | | ||
| [zrevrange] | :white_check_mark: | :white_check_mark: | | ||
| [zrevrangebylex] | :white_check_mark: | :x: | | ||
| [zrevrangebylex] | :white_check_mark: | :white_check_mark: | | ||
| [zrevrangebyscore] | :white_check_mark: | :white_check_mark: | | ||
@@ -230,0 +230,0 @@ | [zrevrank] | :white_check_mark: | :white_check_mark: | |
{ | ||
"name": "ioredis-mock", | ||
"version": "8.5.0", | ||
"version": "8.6.0", | ||
"description": "This library emulates ioredis by performing all operations in-memory.", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"test:browser.js": "IS_BROWSER=true jest --config jest.config.browser.js", | ||
"test:e2e": "IS_E2E=true jest --config jest.config.redis.js --forceExit --runInBand", | ||
"test:e2e": "IS_E2E=true jest --config jest.config.redis.js --runInBand", | ||
"test:integration": "jest --config jest.config.integration.js", | ||
@@ -113,3 +113,3 @@ "update-compat": "node scripts/update-compat && git add compat.md README.md && git commit --quiet -m \"docs: Update feature compat table\" &> /dev/null || true", | ||
"ls-engines": "^0.9.0", | ||
"mkdirp": "^2.1.5", | ||
"mkdirp": "^3.0.0", | ||
"prettier": "^2.8.4", | ||
@@ -116,0 +116,0 @@ "prettier-plugin-packagejson": "^2.4.3", |
@@ -1,2 +0,2 @@ | ||
# ioredis-mock · [![npm](https://img.shields.io/npm/dm/ioredis-mock.svg?style=flat-square)](https://npm-stat.com/charts.html?package=ioredis-mock) [![npm version](https://img.shields.io/npm/v/ioredis-mock.svg?style=flat-square)](https://www.npmjs.com/package/ioredis-mock) [![Redis Compatibility: 64%](https://img.shields.io/badge/redis-64%25-orange.svg?style=flat-square)](compat.md) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release) | ||
# ioredis-mock · [![npm](https://img.shields.io/npm/dm/ioredis-mock.svg?style=flat-square)](https://npm-stat.com/charts.html?package=ioredis-mock) [![npm version](https://img.shields.io/npm/v/ioredis-mock.svg?style=flat-square)](https://www.npmjs.com/package/ioredis-mock) [![Redis Compatibility: 65%](https://img.shields.io/badge/redis-65%25-orange.svg?style=flat-square)](compat.md) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release) | ||
@@ -3,0 +3,0 @@ This library emulates [ioredis](https://github.com/luin/ioredis) by performing |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6700072
11090