ff4j / ff4j

Feature Flags for Java made easy
http://ff4j.org
Apache License 2.0
1.38k stars 276 forks source link

Feature toggle state change evicts from cache but doesn't cache new state #719

Open jhabarunk opened 1 year ago

jhabarunk commented 1 year ago

Describe the bug I tried to integrate Ff4j with Redis for caching. While testing I found below issue

To Reproduce Steps to reproduce the behaviour:

  1. Go to ff4j-console
  2. Create new to Feature. In cache you will find the same after creating
  3. Change the state of the same Feature Toggle from disabled to enabled. In cache you will not find the same after state change

Expected behaviour After state change, the cache should have latest values of feature toggle

BlueLeer commented 1 year ago

我已收到  谢谢 我会尽快查看