- 14 Jan, 2011 6 commits
-
-
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
-
- 13 May, 2010 3 commits
-
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
- 12 May, 2010 11 commits
-
-
Jannis Leidel authored
CACHE_BACKEND = 'redis_cache.cache://127.0.0.1:6379?db=2'
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
- Got rid of _prepare_key and _prepare_value - Started using the base64 module directly - Use the highest pickle protocol available - Added a set_many method - Added a delete_many method - Added an expire method - Made get_many return a dictionary as required
-
Jannis Leidel authored
-
Jannis Leidel authored
Got rid of the incr and decr implementation since we can't really increment/decrement the base64'd values.
-
Jannis Leidel authored
-
Jannis Leidel authored
-