Bug 239179 - [NEW PORT] www/py-dj22-django-redis: Full featured Redis cache/session backend for Django
Summary: [NEW PORT] www/py-dj22-django-redis: Full featured Redis cache/session backen...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-12 22:42 UTC by Alexander Sieg
Modified: 2020-01-20 00:04 UTC (History)
1 user (show)

See Also:


Attachments
patch (2.14 KB, patch)
2019-07-12 22:44 UTC, Alexander Sieg
no flags Details | Diff
updated patch file (2.14 KB, patch)
2019-07-12 22:47 UTC, Alexander Sieg
no flags Details | Diff
patch file (2.14 KB, patch)
2019-07-12 22:50 UTC, Alexander Sieg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2019-07-12 22:42:38 UTC
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.

WWW: https://github.com/niwinz/django-redis
Comment 1 Alexander Sieg 2019-07-12 22:44:09 UTC
Created attachment 205737 [details]
patch
Comment 2 Alexander Sieg 2019-07-12 22:47:45 UTC
Created attachment 205738 [details]
updated patch file

Forgot to set MAINTAINER
Comment 3 Alexander Sieg 2019-07-12 22:50:46 UTC
Created attachment 205739 [details]
patch file

forgot to add dj22- to PKGNAMEPREFIX
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2020-01-20 00:04:33 UTC
(In reply to Alexander Sieg from comment #0)

Thank you for the patch.

Unfortunately this PR slipped through the cracks and I'm closing it as "Overcome by events" because www/py-dj22-django-redis was repo-copied from www/py-django-redis in ports r521044.