pytest-mockredis

An in-memory mock of a Redis server that runs in a separate thread. This is to be used for unit-tests that require a Redis database.


License
GPL-3.0
Install
pip install pytest-mockredis==0.1.6

Documentation

Mock-Redis

An in-memory mock of a Redis server that runs in a separate thread. This is to be used for unit-tests that require a Redis database. It comes with a plugin for pytest.