chore(cache): keep main's UnsupportedOperation message

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Yujong Lee 2026-09-21 23:09:03 +00:00
parent 4c9e45f5f1
commit 9fa1683ed9

View file

@ -6,6 +6,6 @@ pub enum Error {
InvalidEntry,
#[error("flushing Redis requires an explicit namespace")]
UnscopedFlush,
#[error("cache operation is not supported by this backend")]
#[error("operation is not supported by this cache")]
UnsupportedOperation,
}