单项选择题
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 pymemcache
B.from pymemcache.client.base import Client
C.from pymemcache.client import Client
D.from pymemcache import Client
E.yum -y install pymemcache
