-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This doesn't actually matter since the data being saved in redis is very small, but this change caches more wisely. Previously each key+domain combo would have a cached key, even though in most cases, a domain will not have a unique value from the global value. This change only stores a key+domain value in cache when necessary.
- Loading branch information
Showing
1 changed file
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters