ioredis-mock
Advanced tools
Comparing version 8.1.1 to 8.2.0
@@ -1,2 +0,2 @@ | ||
## Supported commands ![Commands Coverage: 58%](https://img.shields.io/badge/coverage-58%25-red.svg) | ||
## Supported commands ![Commands Coverage: 63%](https://img.shields.io/badge/coverage-63%25-orange.svg) | ||
@@ -234,27 +234,2 @@ > PRs welcome :heart: | ||
## Missing buffer commands | ||
- [hscanBuffer][1] | ||
- [scanBuffer][1] | ||
- [sscanBuffer][1] | ||
- [subscribeBuffer][1] | ||
- [xaddBuffer][1] | ||
- [xrangeBuffer][1] | ||
- [xreadBuffer][1] | ||
- [xrevrangeBuffer][1] | ||
- [zcardBuffer][1] | ||
- [zincrbyBuffer][1] | ||
- [zpopmaxBuffer][1] | ||
- [zpopminBuffer][1] | ||
- [zrangeBuffer][1] | ||
- [zrangebyscoreBuffer][1] | ||
- [zrankBuffer][1] | ||
- [zremrangebyrankBuffer][1] | ||
- [zremrangebyscoreBuffer][1] | ||
- [zrevrangeBuffer][1] | ||
- [zrevrangebyscoreBuffer][1] | ||
- [zrevrankBuffer][1] | ||
- [zscanBuffer][1] | ||
- [zscoreBuffer][1] | ||
## Commands that won't be implemented | ||
@@ -261,0 +236,0 @@ |
@@ -79,5 +79,6 @@ { | ||
"ioredis": "^5.0.4", | ||
"jest": "^27.4.7", | ||
"jest": "^28.0.0", | ||
"jest-buffer-snapshot-serializer": "^1.0.0", | ||
"jest-circus": "^27.4.6", | ||
"jest-circus": "^28.0.0", | ||
"jest-environment-jsdom": "^28.0.2", | ||
"lint-staged": "^11.2.6", | ||
@@ -161,3 +162,3 @@ "lodash.intersectionby": "^4.7.0", | ||
"unpkg": "./browser.js", | ||
"version": "8.1.1" | ||
"version": "8.2.0" | ||
} |
@@ -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: 58%](https://img.shields.io/badge/redis-58%25-red.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: 63%](https://img.shields.io/badge/redis-63%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
5494198
9173
39