• Ales Zoulek's avatar
    Removed custom connection pool · 113c1b6d
    Ales Zoulek authored
    The are two reasons:
    * django already implements CacheClass instance as singleton, we don't
    need to reimplement that
    * connection pool in redis.py is already tested, we shouldn't have to
    test it again
    * default keywargs charset='utf-8' and errors='strict' are defaults in
    redis.py, se we don't need to copy it over
    113c1b6d
Name
Last commit
Last update
redis_cache Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
AUTHORS.rst Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
runtests.py Loading commit data...
setup.py Loading commit data...