alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

use chronicleMap to replace redis #20

Closed container-auto-tune closed 1 year ago

container-auto-tune commented 1 year ago

Which issue does this PR close?

Closes https://github.com/alipay/container-auto-tune/issues/18

Rationale for this change

to reduce the Redis dependency for users start with this project.

What changes are included in this PR?

replace all redis feature in this project

Are there any user-facing changes?

No, for developers, they don't need to configure redis anymore.

How does this change test