item
2016-06-29 11:53:26 2 举报
AI智能生成
memcached
作者其他创作
大纲/内容
item
next
下一个item
当前cls_id下的item链表
用于item被删除或超时后回收时使用
用于cachedump数据统计
cachedump默认返回数据长度为2M,已在程序中写死
prev
前一个item
h_next
对于hash(key)相同的item,所形成的链表
time
最近一次设置/获取时的时间
exptime
超时时间,相对于process_started的超时时间
nbytes
数据长度
refcount
引用计数,当计数为0时,回收到对应slab->slots中
nsuffix
suffix长度
it_flags
当前item的状态,link、slabed、cas、fetched、active
slabs_clsid
所属cls_id
nkey
key长度
data
0 条评论
回复 删除
下一页