Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove restriction to Entities from DefaultKeyValueRepository
KeyValue repository does not require Entities, it can be used with any model. This was an intentional decision when implementing LB3 key-value APIs, to allow the key value to be provided outside of the data stored, thus enabling use cases like storing arbitrary data (including binary blobs) via the key-value API. Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information