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
8e9d345a
Commit
8e9d345a
authored
May 06, 2014
by
Sean Bleier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to version 0.13.0.
parent
0f6a8353
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
README.rst
README.rst
+7
-0
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
8e9d345a
...
...
@@ -8,6 +8,13 @@ A cache backend for Django using the Redis datastructure server.
Changelog
=========
0.13.0
------
* Adds custom `has_key` implementation that uses Redis's `exists` command.
This will speed `has_key` up drastically if the key under question is
extremely large.
0.12.0
------
...
...
setup.py
View file @
8e9d345a
...
...
@@ -5,7 +5,7 @@ setup(
url
=
"http://github.com/sebleier/django-redis-cache/"
,
author
=
"Sean Bleier"
,
author_email
=
"sebleier@gmail.com"
,
version
=
"0.1
2
.0"
,
version
=
"0.1
3
.0"
,
packages
=
[
"redis_cache"
],
description
=
"Redis Cache Backend for Django"
,
install_requires
=
[
'redis>=2.4.5'
,],
...
...
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