redis-lru icon indicating copy to clipboard operation
redis-lru copied to clipboard

Where is the "LRU" part?

Open Prakash2403 opened this issue 4 years ago • 1 comments

I read the source code. You are taking max_size as a parameter, but where are you using it?

Prakash2403 avatar Jul 28 '20 09:07 Prakash2403

You should probably use the maxmemory config of redis in any case: https://redis.io/docs/manual/eviction/

jarnoux avatar Jul 18 '22 22:07 jarnoux