- 18 Jun, 2011 2 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
Created connection pool that lives across requests so that we can reuse connections. Removed close method, since we don't want to close connections at the end of a request.
-
- 17 Jun, 2011 2 commits
-
-
Timothée Peignier authored
-
Timothée Peignier authored
-
- 15 Jun, 2011 1 commit
-
-
Sean Bleier authored
-
- 21 Apr, 2011 2 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
-
- 04 Mar, 2011 1 commit
-
-
Sean Bleier authored
-
- 23 Jan, 2011 1 commit
-
-
Sean Bleier authored
-
- 22 Jan, 2011 2 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
We can't inherit a class from a basestring and instantiate it, so I changed the base class to 'object' so we can still to the type checking. I also discovered a bug with the Django 1.3 compatibility work. In the incr_version method, we were using the Redis's rename function to move the key, but in Redis 2.0 you cannot rename a volitile key. Added some moar authors
-
- 21 Jan, 2011 2 commits
-
-
Jannis Leidel authored
-
Jannis Leidel authored
Separated the 1.3 compatible cache class from the rest of the code and reverted a few unneeded changes. This also handles the key better internally to prevent multiple "making" of the key.
-
- 14 Jan, 2011 7 commits
-
-
Stéphane Angel authored
-
Noah Kantrowitz authored
Only fall back to localhost if the URI is "redis_cache.cache://"
-
Martin Mahner authored
-
Martin Mahner authored
-
Martin Mahner authored
-
Martin Mahner authored
-
Martin Mahner authored
-
- 04 Jan, 2011 1 commit
-
-
Stephane Angel authored
-
- 25 Nov, 2010 2 commits
-
-
Stephane Angel authored
-
Stephane Angel authored
django-redis-cache for django 1.3 (not compatible with 1.2 : new parameters to methods in BaseCache)
-
- 17 Jun, 2010 2 commits
-
-
Jannis Leidel authored
-
sebleier authored
Thanks to Kami for the report and Jezdez for being awesome.
-
- 09 Jun, 2010 6 commits
-
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
- 29 May, 2010 9 commits
-
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-