Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
Django-Redis-Cache
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared
Django-Redis-Cache
Commits
53b8e8cb
Commit
53b8e8cb
authored
Feb 18, 2019
by
Sean Bleier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few updates.
parent
b4229a7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
README.rst
README.rst
+3
-2
api.rst
docs/api.rst
+1
-1
intro_quick_start.rst
docs/intro_quick_start.rst
+1
-1
No files found.
README.rst
View file @
53b8e8cb
...
...
@@ -25,8 +25,9 @@ Changelog
-----
* Adds support for redis-py >= 3.0.
* Drops support for Redis 2.6
* Drops support for Python 3.4
* Drops support for Redis 2.6.
* Drops support for Python 3.4 and 3.5.
* Add support for Python 3.7.
* Removes custom ``expire`` method in lieu of Django's ``touch``.
* Removes ``CacheKey`` in favor of string literals.
...
...
docs/api.rst
View file @
53b8e8cb
...
...
@@ -137,7 +137,7 @@ Cache Methods Provided by django-redis-cache
This implementation is slightly more advanced that Django's. It provides thundering herd
protection, which prevents multiple threads/processes from calling the value-generating
function
too much
.
function
at the same time
.
:param key: Location of the value
:param func: Callable used to set the value if key does not exist.
...
...
docs/intro_quick_start.rst
View file @
53b8e8cb
...
...
@@ -37,7 +37,7 @@ Quick Start
* `redis`_ >= 2.8
* `redis-py`_ >=
2.10.3
* `redis-py`_ >=
3.0.0
* `python`_ >= 2.7
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment