Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(compat.md): 🤖 ✨ #1265

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 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 · [![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