怎样在linux安装redis
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎样在linux安装redis相关的知识,希望对你有一定的参考价值。
缓存数据库redis安装
中 文网 站 http://redis.cn
官方网 站 http://redis.io
1、从redis.cn 下载最新redis包, 3.0稳定版系 列
放到文件目录下。
cd redis-3.2.1
sudo ./runtest
尝试环境是否可以正常使用
2、出现
\\o/ All tests passed without errors!表示redis环境没有问题
3、
sudo make install4、启动redis
redis-server如果出现
8652: C 22 Jul 17: 16: 59. 587 # Warning: no config file specified, using the default config. In order to specify a config file use redis- server /path/to/redis. conf
_. _
_. - ` ` __ ' ' - . _
_
. - ` ` ` . ` _. ' ' - . _ Redis 3. 2. 1 ( 00000000/0) 64 bit
. - ` ` . - ` ` ` . ` ` ` \\/ _. , _ ' ' - . _
( ' , . - ` | ` , ) Running in standalone mode
| ` - . _` - . . . - ` __. . . - . ` ` - . _| ' ` _. - ' | Port: 6379
| ` - . _ ` . _ / _. - ' | PID: 8652
` - . _ ` - . _ ` - . / _. - ' _. - '
| ` - . _` - . _ ` - . __. - ' _. - ' _. - ' |
| ` - . _` - . _ _. - ' _. - ' | http: //redis. io
` - . _ ` - . _` - . __. - ' _. - ' _. - '
| ` - . _` - . _ ` - . __. - ' _. - ' _. - ' |
| ` - . _` - . _ _. - ' _. - ' |
` - . _ ` - . _` - . __. - ' _. - ' _. - '
` - . _ ` - . __. - ' _. - '
` - . _ _. - '
` - . __. - '
8652: M 22 Jul 17: 16: 59. 594 # WARNING: The TCP backlog setting of 511 cannot be enforce
d because /proc/sys/net/core/somaxconn is set to the lower value of 128.
8652: M 22 Jul 17: 16: 59. 594 # Server started, Redis version 3. 2. 1
8652: M 22 Jul 17: 16: 59. 594 # WARNING overcommit_memory is set to 0! Background save ma
y fail under low memory condition. To fix this issue add ' vm. overcommit_memory = 1' to
/etc/sysctl. conf and then reboot or run the command ' sysctl vm. overcommit_memory=1' f
or this to take effect.
8652: M 22 Jul 17: 16: 59. 594 * The server is now ready to accept connections on port 637
9
表示成功
5、链接redis服务器
6、新开终端
redis-cli得到
127.0.0.1:6379>127.0.0.1:6379>ping pong
表示redis服务器安装正常
详情可查看我的博客:
参考技术A 安装编译工具yuminstallwget makegccgcc-c++zlib-developensslopenssl-develpcre-develkernelkeyutils patchperl下载radis源代码解压tarxvfradis.xxx.tar.gz进入源代码目录cdrasdis.xxx配置configure编译make安装#makeinstall本回答被提问者采纳http://blog.csdn.net/bingo_zq/article/details/52452989
以上是关于怎样在linux安装redis的主要内容,如果未能解决你的问题,请参考以下文章