forked from phoenix-oss/llama-stack-mirror
versioned persistence key prefixes
This commit is contained in:
parent
cb77426fb5
commit
8035fa1869
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class DistributionRegistry(Protocol):
|
|||
async def register(self, obj: RoutableObjectWithProvider) -> bool: ...
|
||||
|
||||
|
||||
KEY_FORMAT = "distributions:registry:{}"
|
||||
KEY_FORMAT = "distributions:registry:v1::{}"
|
||||
|
||||
|
||||
class DiskDistributionRegistry(DistributionRegistry):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue