• 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
..
__init__.py Loading commit data...
cache.py Loading commit data...