oxia icon indicating copy to clipboard operation
oxia copied to clipboard

server: introduce filter component to filter internal key

Open mattisonchao opened this issue 1 year ago • 0 comments

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 DisableFilter for internal key getting logic.
  • Support InternalKeyFilter for user getting logic.

Tests

  • Add test TestGetWithFilter for it.

mattisonchao avatar May 23 '24 10:05 mattisonchao