Redis的安装过程步骤

star2017 1年前 ⋅ 1931 阅读

file

步骤:

   下载和编译过程
   1.mkdir redisinstall && cd redisinstall
   2.yum install wget -y && wget http://download.redis.io/releases/redis-5.0.8.tar.gz
   3.tar -zxvf redis-5.0.8.tar.gz
   4.cd redis-5.0.8 && vi README.md
   5.make
   6.yun install gcc -y
   7.make distclean
   8.make

   安装过程
   9.make PREFIX=/opt/bigdata/redis5 install
   10.vi /etc/profile
   .....G
   .....export REDIS_HOME=/opt/bigdata/redis5
   .....export PATH=$PATH:$REDIS_HOME/bin
   ....source /etc/profile
   11.cd utils
   12../install_server.sh
   13.service redis_6379 status
更多内容请访问:IT源点

相关文章推荐

全部评论: 0

    我有话说: