Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 775 Bytes

File metadata and controls

20 lines (15 loc) · 775 Bytes

简介

本项目提供了C++和Python的调用样例,请开发者根据实际情况参考对应实现。

目录说明

├── examples        
│   ├── benchmark        # memcache性能测试bench mark     
│   ├── cpp              # c++样例
│   ├── python           # python样例

开发样例

样例名称 样例介绍 开发语言
benchmark MemCache 性能测试benchmark python
C++ example MemCache C++样例 C++
python example MemCache Python样例 Python