redis-lru
redis-lru copied to clipboard
Where is the "LRU" part?
I read the source code. You are taking max_size
as a parameter, but where are you using it?
You should probably use the maxmemory
config of redis in any case: https://redis.io/docs/manual/eviction/