django-newcache
django-newcache copied to clipboard
Added support for pylibmc compression à la jbalogh/django-pylibmc.
pylibmc supports compression via zlib. These changes allow you to optionally enable that by setting PYLIBMC_MIN_COMPRESS_LEN to any value greater than 0 in your settings.py (0 is the default and disables compression).