options for hiring consultant to do 'hello world' memcached app?

2009-06-28 Thread Bennett Haselton
I've tried installing new Linux server programs before and getting simple 'hello world' scripts working that demonstrate the program, but I very often get stuck on the install instructions or the hello world scripts, because the documentation relies on certain shared assumptions with the target au

Re: options for hiring consultant to do 'hello world' memcached app?

2009-06-28 Thread Henrik Schröder
You need two things, first the memcached server itself, which I presume you already have and have been able to install. If you want to test that it's running, you can simply telnet to it and issue commands like stats or set foo 0 0 12 Hello World! and get foo The second part you need is a cl

Re: options for hiring consultant to do 'hello world' memcached app?

2009-06-28 Thread Martin MC Brown
Hi, Try the documentation at http://dev.mysql.com/doc/refman/5.1/en/ha-memcached.html And then check the examples I provided in the various interfaces here: http://dev.mysql.com/doc/refman/5.1/en/ha-memcached-interfaces.html If there isn't one in a language you would like to use (I provide