next
下一个item
当前cls_id下的item链表
用于item被删除或超时后回收时使用
用于cachedump数据统计
cachedump默认返回数据长度为2M,已在程序中写死
h_next
对于hash(key)相同的item,所形成的链表
exptime
超时时间,相对于process_started的超时时间
refcount
引用计数,当计数为0时,回收到对应slab->slots中
it_flags
当前item的状态,link、slabed、cas、fetched、active