远航

IT技术 | 生活 | 旅游 | 摄影

远航

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About Me

Category Archives: redis

CentOS Linux下搭建Redis集群

Posted on May 28, 2015 by admin
Reply

一、规划集群节点
创建一个Redis集群需要6个节点,三个主节点,三个从节点。规划如下:

192.168.0.81 6379
192.168.0.82 6379
192.168.0.83 6379
192.168.0.84 6379
192.168.0.85 6379
192.168.0.86 6379

Continue reading →

Posted in Linux, redis | Tagged Linux, redis | Leave a reply

CentOS Linux 安装PHP的redis扩展

Posted on August 10, 2013 by admin
Reply

一、下载、编译以及安装redis的php扩展

cd /data0/software/
git clone git://github.com/nicolasff/phpredis
cd phpredis
git submodule init
git submodule update
/usr/local/webserver/php/bin/phpize
./configure --with-php-config=/usr/local/webserver/php/bin/php-config
make && make install

Continue reading →

Posted in Linux, PHP, redis | Tagged Linux, PHP, redis | Leave a reply

CentOS Linux 下安装redis

Posted on August 10, 2013 by admin
Reply

一、编译redis

cd /data0/software/
wget http://download.redis.io/releases/redis-5.0.3.tar.gz
tar zxvf redis-5.0.3.tar.gz
cd redis-5.0.3
make

Continue reading →

Posted in Linux, redis | Tagged Linux, redis | Leave a reply

Tags

  • Ant
  • C
  • CodeIgniter
  • dns
  • dnsmasq
  • elasticsearch
  • git
  • hadoop
  • haproxy
  • infobright
  • iptables
  • Java
  • Linux
  • Lua
  • Maven
  • memcached
  • MongoDB
  • MySQL
  • Naxsi
  • Nginx
  • nodejs
  • OpenCV
  • OpenVPN
  • PHP
  • RabbitMQ
  • redis
  • SMPP
  • swoole
  • tomcat
  • Travel

Recent Posts

  • Nginx 1.15.8.2 + PHP 7.3.14(FastCGI)在CentOS Linux 7.x 下的编译安装
  • chrome离线安装包下载方法
  • 下载离线版本dropbox安装包
  • Nginx 1.15.8.1 + PHP 7.3.8(FastCGI)在CentOS Linux 7.x 下的编译安装
  • CentOS Linux 7 下编译安装MySQL 5.7

Archives

  • January 2020
  • December 2019
  • August 2019
  • January 2019
  • November 2018
  • April 2018
  • March 2018
  • April 2017
  • February 2017
  • August 2016
  • April 2016
  • December 2015
  • August 2015
  • June 2015
  • May 2015
  • March 2015
  • February 2015
  • December 2014
  • October 2014
  • August 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013

Categories

  • CodeIgniter
  • elasticsearch
  • hadoop
  • iptables
  • Java
  • Linux
  • MongoDB
  • MySQL
  • Nginx
  • nodejs
  • PHP
  • pomelo
  • RabbitMQ
  • redis
  • SMPP
  • Travel
  • Uncategorized
  • VPN
  • 编程札记

Bookmarks

  • Dropbox
  • 回忆未来
  • 新闻分享
March 2023
S M T W T F S
« Jan    
 1234
567891011
12131415161718
19202122232425
262728293031  

Meta

  • Entries RSS
粤ICP备15023062号-1 WordPress