I have been reading and searching for Java-based Redis Clients and OMs that allow one to communicate with Redis Server. So far, I have understood that we can only set one of the predefined eviction policies and the Redis server handles the eviction process.I want to use a custom Eviction Policy in Redis, besides for example LRU and LFU. Is there a way can I inject my policy?
↧