Donovan Schönknecht
Donovan Schönknecht
@jordanorc Thanks for testing. Maybe open an issue if you're having trouble with the requests integration?
@AyWa Tests are failing but this does address the issue. Haven't had a chance to figure out how to get it to work with the context manager Django uses. Help...
Django's built-in cache functionality fails if Pickle isn't available - e,g; `@cache_page` doesn't work with JSON serialization. It would probably make more sense for Django to provide a JSON serializer.
> I agree that Django itself should probably also get off pickle but I don't see how it would fix the problem for django-redis for free. Am I missing something?...
Ran into this with two new clusters today and it started working after changing `dir` and `log_path` :thinking: