单项选择题
A.pip install pymemcacheB.from pymemcache.client.base i……
若要使用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