Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Overview of td redis operator

house edited this page Dec 30, 2021 · 2 revisions

Overview of td-redis-operator

In general, td-redis-operator is a Redis Operator extracted from Tongdun’s own Rdis operation and maintenance experience. The following is a brief technical principle of Operator:

td-redis-operator

Redis Operator is implemented by the following core mechanisms:

  • CRD fully provides users with similar object-oriented programming methods to define their own entity management objects on kubernetes.
  • Registered object change discovery mechanism, all Redis CR object changes will be discovered and corresponding adjustments to Redis resources will be made.
  • The reconcile mechanism ensures that if the desired state and the final state are inconsistent, retries continuously and finally converges to remain consistent.
Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /