Description
Run tests against an in-memory fake implementation of the Redis Python API. It helps projects test Redis-using code without starting a real Redis server for every test run.
This is a testing helper, not a production Redis replacement. Behavior may differ from a real server, so important locking, persistence, expiration, and concurrency behavior should also be tested with Redis itself.