redis:1. Direct download: wget Http://download.redis.io/releases/redis-2.8.9.tar.gz2.make compilation 3. Set the configuration file Redis.config in the SRC directory to execute the boot:./redis-server. /redis.config can be followed by a configuration file implementation to let the server run the Daemon 4. Login to the client, also in the SRC directory./redis-cli can also telnet to the IP port, but there is a value for the output key pair. Use re when writing programs Dis API, method, in the Hiredis directory production of a static library file Libhiredis.a, put the head file into/usr/include, static library file into the/lib, compile the file and add-lhiredis, you can use, Dynamic libraries are also similar to call methods for C language connections to insert Redis instances: http://blog.csdn.net/hj19870806/article/details/8724907 http://yaocoder.blog.51cto.com/2668309/1297031
#include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <stdarg.h> #include < string.h> #include <assert.h> #include
Memcache http://php.net/manual/zh/book.memcache.php http://docs.linuxtone.org/ebooks/nosql/memcached/memcached- -%e9%bb%91%e5%a4%9c%e8%b7%af%e4%ba%ba.pdf
GCC source code compilation: Http://www.cnblogs.com/codemood/archive/2013/06/01/3113200.html:http://ftp.gnu.org/GNU FTP server downloadInstallation of Redis under Linux, using