mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
6972f18cbd
This is a program useful to evaluate the Redis LRU algorithm behavior. |
||
---|---|---|
.. | ||
README | ||
test-lru.rb |
The test-lru.rb program can be used in order to check the behavior of the Redis approximated LRU algorithm against the theoretical output of true LRU algorithm. In order to use the program you need to recompile Redis setting the define REDIS_LRU_CLOCK_RESOLUTION to 1, by editing redis.h. This allows to execute the program in a fast way since the 1 ms resolution is enough for all the objects to have a different enough time stamp during the test. The program is executed like this: ruby test-lru.rb > /tmp/lru.html