Memcached
Memcached is a high-performance distributed memory object caching system for dynamic Web applications to mitigate database load. It improves the speed of dynamic, database-driven Web sites by caching data and objects in memory to reduce the number of times a database is read. Memcached is based on a hashmap that stores key/value pairs. Its daemon (daemon) is written in C, but the client can write in any language and communicate with the daemon through the memcached protocol.
memcached installation and Basic use
Memcached Installation:
Dependent libevent
Yum-y Install Libevent-devel
Apt-get Install Libevent-dev
wget http://memcached.org/latest
TAR-ZXVF memcached-1.x.x.tar.gz
./configure--prefix=/usr/local/memcached; Make make install; Make test;
After installation, add the/usr/local/memcached/bin to the/ETC/PROFILE environment variable, and finally. /etc/profile Reload Environment variables
Python operations RabbitMQ, Redis, Memcache, SQLAlchemy