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