mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
395 B
Text
5 lines
395 B
Text
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.
|