migrating redis from bloom filter to classic cache
Signed-off-by: chandresh pancholi <chandresh.pancholi@navi.com>
This commit is contained in:
@@ -18,8 +18,7 @@ public class MockController {
|
||||
|
||||
@GetMapping("/mock")
|
||||
public String test(@RequestParam("experiment") String experiment) {
|
||||
var context = LitmusContext.builder().addProperty("cc", "5").build();
|
||||
var result = litmus.isEnabled(experiment, context);
|
||||
var result = litmus.isEnabled(experiment);
|
||||
log.info("result ----> {}", result);
|
||||
|
||||
return "result ==> " + result;
|
||||
|
||||
Reference in New Issue
Block a user