diff --git a/README.md b/README.md index 99a0b3f11..9c00e4a78 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compat.md b/compat.md index 5d369f13f..9948c96bf 100644 --- a/compat.md +++ b/compat.md @@ -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: @@ -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: | @@ -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: |