oxia
oxia copied to clipboard
server: introduce filter component to filter internal key
Motivation
Introduce the filter component to filter some specific keys by rule for DB. This PR only support the Get method. we might need to support the scan, and List methods later.
Modification
- Support
DisableFilterfor internal key getting logic. - Support
InternalKeyFilterfor user getting logic.
Tests
- Add test
TestGetWithFilterfor it.