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

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在memcache中,以下哪項是Slab Allocator的缺點?()

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

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

A.當前存儲的數(shù)據(jù)總個數(shù)
B.啟動以來存儲的數(shù)據(jù)總數(shù)
C.LRU釋放的對象數(shù)目
D.已過期的數(shù)據(jù)數(shù)目來存儲新數(shù)據(jù)的數(shù)目

4.單項選擇題memcache中,stats命令的查詢結(jié)果curr_items 表示()。

A.當前存儲的數(shù)據(jù)總個數(shù)
B.啟動以來存儲的數(shù)據(jù)總數(shù)
C.LRU釋放的對象數(shù)目
D.已過期的數(shù)據(jù)數(shù)目來存儲新數(shù)據(jù)的數(shù)目

5.單項選擇題memcache中,當內(nèi)存不足時采用什么算法進行數(shù)據(jù)刪除?()

A.FIFO算法
B.FOFI算法
C.LRU算法
D.RANDOM算法