aboutsummaryrefslogtreecommitdiff
path: root/databases/py-fakeredis/pkg-descr
blob: 4b3e3e1c27bd9ac82276b6cffbc9ab169a5b7b2e (plain) (blame)
1
2
3
4
5
6
7
8
fakeredis is a pure python implementation of the redis-py python client that
simulates talking to a redis server. This was created for a single purpose:
to write unittests. Setting up redis is not hard, but many times you want to
write unittests that do not talk to an external server (such as redis). This
module now allows tests to simply use this module as a reasonable substitute
for redis.

WWW: https://github.com/jamesls/fakeredis