ngx_shmap icon indicating copy to clipboard operation
ngx_shmap copied to clipboard

nginx shared memory map module

Results 1 ngx_shmap issues
Sort by recently updated
recently updated
newest added

我看您的代码貌似每次插入都是在链表的头部插入ngx_queue_insert_head ,并不是根据过期时间来排序插入的? 会不会导致我的过期时间长的数据,被提取给删除掉了~