-bash: redis: command not found
Posted qiaohechen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了-bash: redis: command not found相关的知识,希望对你有一定的参考价值。
- 在linux中安装redis,先是拉过去安装,然后通过命令:make 进行编译 编译完成以后通过命令 make install 完成安装;结果在进行启动linux的时候执行 redis -server 报了错误:-bash: redis: command not found 没有找到命令;然后又试了redis -server redis.conf 还是报如上的错误,头大了啊,然后上网查资料啊,最好今天能解决啊,然后自己上redis目录下的src中去看redis-server ,这显示的有啊,然后就看其他的了
- 既然网上说的貌似都是因为编译安装的不彻底,所以也就自己尝试了去把那些像redis -server 复制到src/bin 目录下,还是不成功啊,还是报哪个错误,就歇菜了
- 今天早上醒了,还是要解决啊,要不然redis -server redis.conf 也用不了啊,然后自己又看了上面发的图片,结果发现,我之前输的命令貌似不对啊,人家的命令是连到一块的redis-server ,由于之前解压包tar -xvf ...弄得多了,就习惯了,哎焕然大悟啊!怪我没有看清楚,脑残了啊!
- 像之前的那个命令:redis-server 这个命令一般不用,因为你退出编辑状态的时候Ctrl+c 也把redis也退出来了,所以一般用 redis-server redis.conf这个命令
- 你的要是还是不行的话就试试尝试把文件复制到src /bin目录下试试,成功了话,查一下端口看看是否开启了:ps -ef|grep redis 如果这样的话,就成功了
以上是关于-bash: redis: command not found的主要内容,如果未能解决你的问题,请参考以下文章
RQ: redis.exceptions.ResponseError: Command # 3 ... of pipeline 导致错误:OOM command not allowed when us
Redis服务启动失败,提示:redis-server:command not found
Centos7查看redis版本(问题:redis-cli: command not found)
Centos7查看redis版本(问题:redis-cli: command not found)