Commit 8e9d345a authored by Sean Bleier's avatar Sean Bleier

Bump to version 0.13.0.

parent 0f6a8353
......@@ -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
------
......
......@@ -5,7 +5,7 @@ setup(
url = "http://github.com/sebleier/django-redis-cache/",
author = "Sean Bleier",
author_email = "sebleier@gmail.com",
version = "0.12.0",
version = "0.13.0",
packages = ["redis_cache"],
description = "Redis Cache Backend for Django",
install_requires=['redis>=2.4.5',],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment