Python operations RabbitMQ, Redis, Memcache, SQLAlchemy

Source: Internet
Author: User
Tags memcached rabbitmq

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.