Commit b7f05445c00f 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)
16 lines
550 B
Plaintext
16 lines
550 B
Plaintext
Django-redis is a BSD Licensed, full featured Redis cache/session
|
|
backend for Django.
|
|
|
|
Why use django-redis?
|
|
|
|
* Modular client system (pluggable clients).
|
|
* Master-Slave support in the default client.
|
|
* Used in production in several projects as cache and session storage.
|
|
* Supports infinite timeouts.
|
|
* Python 3 support in same code base.
|
|
* Facilities for raw access to Redis client/connection pool.
|
|
* Highly configurable (can emulate memcached exception behavior, for
|
|
example).
|
|
* Unix sockets supported by default.
|
|
* Pluggable parsers.
|