I'm also in favor on having it as part of the core, since memcache is also supported.
One of the nice features Redis provides, is the possibility to invalidate one or more cached object by using a wildcard key. It namely is the method delete_pattern() added by django-redis-cache to the given Django caching backend. That (or a similar method) then should be part of the other Django caching backends as well, such as the dummy cache or in-memory cache. Jacob -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAJ_HXxo9jpr-%3DFmLXcYwwR6tdn-NVDfrEoo-qYnB-vQwKv9O%3DA%40mail.gmail.com.
