0

I want to set LFU eviction policy for redis. how to configure eviction policy like LFU and LRU with the help of jcache API or redisson API?

akshaya
  • 99
  • 9

1 Answers1

0

You could not configure eviction policy via APIs; The only way is to edit the maxmemory-policy directive in redis conf file

Jacky1205
  • 3,273
  • 3
  • 22
  • 44