AmadeusITGroup / Redis-Operator

Redis Operator creates/configures/manages Redis clusters atop Kubernetes
MIT License
167 stars 62 forks source link

maxmemory-policy #18

Closed gregbacchus closed 6 years ago

gregbacchus commented 6 years ago

Added the ability to set the maxmemory-policy in the redis config file

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will increase coverage by <.01%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   36.95%   36.96%   +<.01%     
==========================================
  Files          37       37              
  Lines        3404     3409       +5     
==========================================
+ Hits         1258     1260       +2     
- Misses       2030     2031       +1     
- Partials      116      118       +2
Impacted Files Coverage Δ
pkg/redisnode/config.go 0% <0%> (ø) :arrow_up:
pkg/redisnode/node.go 60.25% <50%> (+2.14%) :arrow_up:
pkg/controller/clustering/cluster-placement.go 58.53% <0%> (-1.63%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a604d01...8d1afe8. Read the comment docs.