Thibault Charbonnier
Thibault Charbonnier
No corner growing transition?
With this option enabled, adding a new favorite will strip the comments out. Tracking my `.hstr_favorites` file in git, I thought I could live with this quirk (`git add -p`...
This can help environment where a smaller memory footprint is required, by taking advantage of the shared memory nature of the L2 (shm) cache.
If `get()` returns many L3 hits (this is tracked thanks to the third return value) - we _can_ infer that the shm is full and the LRU is evicting values....
this would be breaking because we would not retrieve "value" anymore - can be added as an option
It can be extremely useful for mlcache to return stale items while the underlying L3 callback is being run by a worker. Unlike `resurrect_ttl`, which resurrects an item and marks...
Hello! Good job on the plugin! We are happy to see members of the community stepping forward and publishing Kong plugins on Luarocks :) As of now, we don't offer...
#### Summary This PR implements support for dynamic connection pools in NGINX's `upstream {}` blocks, similarly to NGINX's [keepalive](http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive) directive, controlled by Lua APIs. #### Background This need for this...
This is a major refactor of the `config` script of this module. * The script is now compatible for **both ngx_http_lua and ngx_stream_lua** * ngx_sream_lua can now be compiled as...
> I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. This phase's purpose would be to allow the configuration of...