Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

async-redis-mock

vergesense2.4kMIT2.0.1

Async Redis client mock object for unit testing

async, redis, mock, test, async-redis, redis-mock

readme

async-redis-mock

Background

Inspired by redis-mock and async-redis this repo aims to provide a feature complete mock of async-redis which may be used interchangeably when writing unit tests for code that depends on async-redis.

All operations are performed in-memory, so no Redis installation is required.