Category: Database

Tìm hiểu RabbitMQ – Phần 2

Trong phần 1, tôi đã giới thiệu về sơ lược rabbitmq, vai trò của rabbitmq trong hệ thống phân tán và hướng dẫn cài đặt. Trong phần này, tôi sẽ trình bày cách về cluster…

Xem thêm

Tìm hiểu RabbitMQ – Phần 1

Giới thiệu RabbitMQ là một message broker ( message-oriented middleware) sử dụng giao thức AMQP – Advanced Message Queue Protocol (Đây là giao thức phổ biến, thực tế rabbitmq hỗ trợ nhiều giao thức). RabbitMQ…

Xem thêm

Install Memcached on CentOS 7

Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.Memcached is an in-memory key-value store for small chunks…

Xem thêm

Install Redis on CentOS 6.5

Perform an update to ensure you’ve got the latest of everything in the base package. yum update Install wget so you can download a few things. yum install wget Allow yum to locate/install redis, per…

Xem thêm

How to Setup MariaDB Galera Cluster on CentOS 7

MariaDB Galera Cluster 10.0.12 Stable has been released and available for production use. MariaDB is a relational database management system (RDBMS). Generally we use single node of database server for small application but think about application which have…

Xem thêm

Redis – Environment

Install Redis on Ubuntu To install the Redis on Ubuntu, go to terminal and type the following commands: $sudo apt-get update$sudo apt-get install redis-server This will install redis on your machine. Start Redis $redis-server Check…

Xem thêm

Redis – Overview

Redis is an open source, advanced key-value store and a serious solution for building high-performance, scalable web applications. Redis has three main peculiarities that set it apart from much of its competition: Redis holds its…

Xem thêm