Skip to content

feat: add support for cache tiering#20

Merged
alecthomas merged 1 commit intomainfrom
aat/tiered-cache
Jan 12, 2026
Merged

feat: add support for cache tiering#20
alecthomas merged 1 commit intomainfrom
aat/tiered-cache

Conversation

@alecthomas
Copy link
Copy Markdown
Collaborator

This allows multiple caches to be combined such that when reading, the first cache wins. A typical configuration would tier local disk caching followed by remote caching, hitting the local disk first before going to the remote cache server.

This allows multiple caches to be combined such that when reading, the
first cache wins. A typical configuration would tier local disk caching
followed by remote caching, hitting the local disk first before going to
the remote cache server.
Comment thread sfptc.hcl
private-orgs = ["alecthomas"]
}

memory {}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example of tiering.

@alecthomas alecthomas merged commit 19921da into main Jan 12, 2026
4 checks passed
@alecthomas alecthomas deleted the aat/tiered-cache branch January 12, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant