單項(xiàng)選擇題memcache現(xiàn)版本中,數(shù)據(jù)能緩存的最長(zhǎng)時(shí)間為()。

A.10天
B.20天
C.30天
D.40天


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題若要使用pythonr操作memcache,需要導(dǎo)入pymemcache中的Client類,以下導(dǎo)入命令正確的是()。

A.pip install pymemcache
B.from pymemcache.client.base import Client
C.from pymemcache.client import Client
D.from pymemcache import Client
E.yum -y install pymemcache

2.單項(xiàng)選擇題將關(guān)鍵字為’customerId’,數(shù)據(jù)為’201901001’的鍵值對(duì)存入到memcache中,正確的命令是()。

A.set customerId 0609201901001
B.set customerId 201901001
C.replace customerId 009201901002
D.replace customerId 201901002

3.單項(xiàng)選擇題在memcache中,以下哪項(xiàng)是Slab Allocator的缺點(diǎn)?()

A.會(huì)增加CPU的負(fù)擔(dān)
B.需要增加內(nèi)存的容量
C.會(huì)提高內(nèi)存的利用率
D.會(huì)產(chǎn)生許多的內(nèi)存碎片
E.會(huì)造成一定的內(nèi)存浪費(fèi)

5.單項(xiàng)選擇題memcache中,stats命令的查詢結(jié)果total_items 表示()。

A.當(dāng)前存儲(chǔ)的數(shù)據(jù)總個(gè)數(shù)
B.啟動(dòng)以來(lái)存儲(chǔ)的數(shù)據(jù)總數(shù)
C.LRU釋放的對(duì)象數(shù)目
D.已過(guò)期的數(shù)據(jù)數(shù)目來(lái)存儲(chǔ)新數(shù)據(jù)的數(shù)目