Commit c56924a1 authored by Marcus Carlsson's avatar Marcus Carlsson

Fixed problem with CacehClass.close()

parent 1bfb6b5e
......@@ -104,4 +104,4 @@ class CacheClass(BaseCache):
def close(self, **kwargs):
"Disconnect from the cache."
self._cache.disconnect()
self._cache.connection.disconnect()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment