找考题网-背景图
单项选择题

若要使用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