我想为redis设置LFU驱逐政策。如何在jcache API或redisson API的帮助下配置像LFU和LRU这样的驱逐策略?
您无法通过API配置驱逐政策;唯一的方法是在redis conf文件中编辑maxmemory-policy指令
maxmemory-policy