- Notifications
You must be signed in to change notification settings - Fork6.5k
Open
Description
Description
Redis as metadata storage backend has it only limitation, e.g. it can only guarantee eventual consistency instead of strong consistency.
It would be nice to be able to extend storage backend for the following reasons, as far as I can see.
- uses prefer availability or consistency than performance
- better cache engine than Redis
Use case
No response