Skip to content

Commit

Permalink
docs(compat.md): 🤖 ✨ (#1265)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
stipsan and github-actions[bot] authored Mar 28, 2023
1 parent fe783a2 commit 9589e12
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 &middot; [![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)
# ioredis-mock &middot; [![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)

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: 63%](https://img.shields.io/badge/coverage-63%25-orange.svg)
## Supported commands ![Commands Coverage: 64%](https://img.shields.io/badge/coverage-64%25-orange.svg)

> PRs welcome :heart:
Expand Down Expand Up @@ -41,7 +41,7 @@
| [exists] | :white_check_mark: | :white_check_mark: |
| [expire] | :white_check_mark: | :white_check_mark: |
| [expireat] | :white_check_mark: | :white_check_mark: |
| [expiretime] | :white_check_mark: | :x: |
| [expiretime] | :white_check_mark: | :white_check_mark: |
| [failover] | :white_check_mark: | :white_check_mark: |
| [fcall] | :white_check_mark: | :x: |
| [fcall_ro] | :white_check_mark: | :x: |
Expand Down Expand Up @@ -110,7 +110,7 @@
| [persist] | :white_check_mark: | :white_check_mark: |
| [pexpire] | :white_check_mark: | :white_check_mark: |
| [pexpireat] | :white_check_mark: | :white_check_mark: |
| [pexpiretime] | :white_check_mark: | :x: |
| [pexpiretime] | :white_check_mark: | :white_check_mark: |
| [pfadd] | :white_check_mark: | :x: |
| [pfcount] | :white_check_mark: | :x: |
| [pfmerge] | :white_check_mark: | :x: |
Expand Down

0 comments on commit 9589e12

Please sign in to comment.