Skip to content

Commit

Permalink
docs: Update feature compat table
Browse files Browse the repository at this point in the history
  • Loading branch information
entropitor committed May 4, 2020
1 parent be0158d commit 7398ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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: 62%](https://img.shields.io/badge/redis-62%25-yellow.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-yellow.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)

This library emulates [ioredis](https://github.com/luin/ioredis) by performing
all operations in-memory. The best way to do integration testing against redis
Expand Down
6 changes: 3 additions & 3 deletions compat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported commands ![Commands Coverage: 62%](https://img.shields.io/badge/coverage-62%25-yellow.svg)
## Supported commands ![Commands Coverage: 63%](https://img.shields.io/badge/coverage-63%25-yellow.svg)

| redis | ioredis | ioredis-mock |
| --------------------------------------------------------------------- | :----------------: | :----------------: |
Expand Down Expand Up @@ -176,8 +176,8 @@
| [zincrby](http://redis.io/commands/ZINCRBY) | :white_check_mark: | :white_check_mark: |
| [zinterstore](http://redis.io/commands/ZINTERSTORE) | :white_check_mark: | :white_check_mark: |
| [zlexcount](http://redis.io/commands/ZLEXCOUNT) | :white_check_mark: | :x: |
| [zpopmax](http://redis.io/commands/ZPOPMAX) | :white_check_mark: | :x: |
| [zpopmin](http://redis.io/commands/ZPOPMIN) | :white_check_mark: | :x: |
| [zpopmax](http://redis.io/commands/ZPOPMAX) | :white_check_mark: | :white_check_mark: |
| [zpopmin](http://redis.io/commands/ZPOPMIN) | :white_check_mark: | :white_check_mark: |
| [zrange](http://redis.io/commands/ZRANGE) | :white_check_mark: | :white_check_mark: |
| [zrangebylex](http://redis.io/commands/ZRANGEBYLEX) | :white_check_mark: | :x: |
| [zrangebyscore](http://redis.io/commands/ZRANGEBYSCORE) | :white_check_mark: | :white_check_mark: |
Expand Down

0 comments on commit 7398ddc

Please sign in to comment.