aboutsummaryrefslogtreecommitdiff
path: root/databases/py-fakeredis
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-fakeredis: update to 0.9.0Rene Ladan2017-10-142-4/+4
| | | | | | | Submitted by: portscout Notes: svn path=/head/; revision=452065
* fakeredis is a pure python implementation of the redis-py python client thatRene Ladan2017-01-073-0/+32
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 Notes: svn path=/head/; revision=430782