Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mc = memcache.Client(['111.222.3.2:11211'], debug=1)
如果使用了错误的 ip,客户端只显示调试日志。
MemCached:MemCache:inet:72.18.195.210:11211:连接:连接被拒绝。标记死亡。
但我想得到错误的状态或异常。如何?