Skip to content

Commit 629d3db

Browse files
committed
Restructure client side caching code
Right now the client side caching code is implemented mostly on the level of Connections, which is too low. We need to have a shared cache across several connections. Move the cache implementation higher, while trying to encapsulate it better, into a `CacheMixin` class. This is work in progress, many details still need to be taken care of!
1 parent 2ffcac3 commit 629d3db

19 files changed

+287
-1888
lines changed

redis/_cache.py

Lines changed: 0 additions & 385 deletions
This file was deleted.

0 commit comments

Comments
 (0)