Hi All,Read the manual back the front, Cant tell if when using an SHM list flush_expired will purge all list elements based on the TTL of the key or if each element is effected by its own TTLRegards,Russ .
Can individual elements even be expired? The usage doesn't indicate that *push calls can specify an expiry time. Actually, does that indicate that the entire list itself also cannot be expired? A quick look at ngx_http_lua_shdict_flush_expired and https://github.com/openresty/lua-nginx-module/blob/master/src/ngx_http_lua_shdict.c#L1838 seems to indicate that lists (and individual list elements) are given an unconfigurable expires time of 0.On Wed, Aug 10, 2016 at 9:34 PM, Russ M <russ...@gmail.com> wrote:Hi All,Read the manual back the front, Cant tell if when using an SHM list flush_expired will purge all list elements based on the TTL of the key or if each element is effected by its own TTLRegards,Russ .