tidb-incubator / tidis

A distributed transactional large-scale NoSQL database powered by TiKV
Apache License 2.0
456 stars 30 forks source link

Refactor #8

Closed sunxiaoguang closed 2 years ago

sunxiaoguang commented 2 years ago

Refactor tikv-service

  1. KeyDecoder has no states and can be used without instantiating new objects.
  2. Fix lots of lints and formats.
yongman commented 2 years ago

All e2e tests passed, I will merge this.