相关考题
-
单项选择题
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 -
单项选择题
将关键字为’customerId’,数据为’201901001’的键值对存入到memcache中,正确的命令是()。
A.set customerId 0609201901001
B.set customerId 201901001
C.replace customerId 009201901002
D.replace customerId 201901002
