I am looking for some sample C code for using memcache to set a value
- Connecting to Server/Port
- using multiple memcache_set
- Close
I have the app running in PHP in 5 lines of code but can not find any good memcache samples in C which I need to port to.