A.图片B.视频C.文本D.二进制
单项选择题memcache命令,add sname 025920003,其中2592000表示()。
A.2592000秒B.时间戳C.31天D.2592000毫秒
单项选择题memcache命令,add sname 063,其中6表示()。
A.6天B.6小时C.6秒D.6毫秒
单项选择题memcache现版本中,数据能缓存的最长时间为()。
A.10天B.20天C.30天D.40天
单项选择题若要使用pythonr操作memcache,需要导入pymemcache中的Client类,以下导入命令正确的是()。
A.pip install pymemcacheB.from pymemcache.client.base import ClientC.from pymemcache.client import ClientD.from pymemcache import ClientE.yum -y install pymemcache
单项选择题将关键字为’customerId’,数据为’201901001’的键值对存入到memcache中,正确的命令是()。
A.set customerId 0609201901001B.set customerId 201901001C.replace customerId 009201901002D.replace customerId 201901002