• 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
..
testapp Loading commit data...
__init__.py Loading commit data...
benchmark.py Loading commit data...
manage.py Loading commit data...
settings.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...