edo888

Results 3 issues of edo888

Hi, I have noticed that this library uses [string.match](https://github.com/openresty/lua-resty-memcached/blob/d4b0186d5e2f65e38c3c63408d462d98c8dc5977/lib/resty/memcached.lua#L6) function which is not supported by LuaJIT: http://wiki.luajit.org/NYI#libraries_string-library Will this library play nice with LuaJIT or there are other obstacles which...

https://github.com/openresty/lua-resty-string/blob/78e5020229718c557484191c891a68097907d818/lib/resty/string.lua#L27

Hi, I can see that there is srcache_store_max_size option available, however min_size is missing. Can you suggest how to implement srcache_store_min_size functionality? Thanks!