Skip to content

daemon/lua: added basic bindings for LRU

Marek Vavrusa requested to merge marek/add-lru-bindings into master

Only get-set operations are added, added some tests. The use case is to add various ratelimiting policies, and there's no need to reinvent it as there's already a good built-in LRU.

Merge request reports