Redis安裝教程(超詳細)
Redis
一、Redis安裝
1、windows下安裝
2、Linux下安裝
2.1、下載linux壓縮包 【redis-5.0.5.tar.gz】
2.2、透過FlashFXP把壓縮包傳送到伺服器
2.3、解壓縮
tar -zxvf redis-5.0.5.tar.gz
2.4、進入redis-5.0.5可以看到redis的配置檔案redis.conf
2.5、基本的環境安裝
yum install gcc-c++ make make make install //確認安裝的東西
2.6、redis預設安裝路徑是 /usr/local/bin
cd /usr/local/bin/
2.7、將redis的配置檔案複製到新建的目錄myredis-config下
[root@Lzdwtl bin]# mkdir myredis-config [root@Lzdwtl bin]# cp /home/caoyinyuan/redis-5.0.5/redis.conf myredis-config/
2.8、redis預設不是後臺啟動,需要修改配置檔案
[root@Lzdwtl myredis-config]# vim redis.conf
2.9、啟動redis
[root@Lzdwtl bin]# redis-server myredis-config/redis.conf
[root@Lzdwtl bin]# redis-cli -p 6379
# 如果redis設定有密碼,則需要現認證才能傳送資訊,"123456"是redis的密碼 127.0.0.1:6379> auth "123456"
2.10、檢視redis的程式是否開啟
[root@Lzdwtl /]# ps -ef|grep redis
2.11、關閉redis服務
127.0.0.1:6379> shutdown not connected> exit
3、RedisDesktop連線遠端資料庫
3.1、修改配置檔案redis.conf
3.2、執行Redis管理工具
二、錯誤與總結
1、redis管理工具連線不上伺服器
[root@Lzdwtl bin]# redis-server myredis-config/redis.conf [root@Lzdwtl bin]# redis-cli 127.0.0.1:6379> ping (error) NOAUTH Authentication required. 127.0.0.1:6379> auth 123456 OK
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2890728/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Window server中安裝Redis的超詳細教程嗲訖ServerRedis
- RabbitMQ超詳細安裝教程(Linux)MQLinux
- Windows 64位下安裝Redis詳細教程WindowsRedis
- Android Studio 超詳細安裝教程Android
- Photoshop 2021超詳細安裝教程(附安裝包+安裝教程福利)
- Mac安裝Redis,詳細redis安裝步驟MacRedis
- 小白必看!超詳細MySQL下載安裝教程MySql
- Android Studio安裝教程(超級詳細)Android
- Centos7編譯安裝Redis 6.2.3 詳細教程CentOS編譯Redis
- 【詳細教程】Linux安裝redis並搭建叢集LinuxRedis
- VMware安裝Ubuntu20(圖文教程,超詳細)Ubuntu
- windows10下載安裝Git教程[超詳細]WindowsGit
- AlphaFold2無痛安裝教程(超級詳細)
- MySQL基礎知識(一)-超詳細MySQL安裝教程MySql
- windows安裝mongodb詳細教程WindowsMongoDB
- Jmeter安裝配置詳細教程JMeter
- RHEL 6.3 詳細安裝教程
- 超詳細hadoop叢集伺服器安裝配置教程Hadoop伺服器
- 安裝wordpress教程詳細安裝wordpress步揍
- Centos下Elasticsearch安裝詳細教程CentOSElasticsearch
- rabbitmq簡易安裝詳細教程MQ
- sublime安裝外掛詳細教程
- Linux安裝Nginx詳細教程LinuxNginx
- CentOS8 詳細安裝教程CentOS
- ubuntu20.04安裝教程超詳細 安裝ubuntu系統步驟圖解Ubuntu圖解
- spss安裝教程26超詳細 spss26軟體安裝步驟SPSS
- 【超詳細】SQL Server2012 Express版本安裝教程SQLServerExpress
- 【作業系統】== Win10 安裝 VMware 15 超詳細教程 ==作業系統Win10
- CentOS7安裝及配置 Zabbix全步驟,超詳細教程CentOS
- 如何安裝leapftp,如何安裝leapftp的詳細教程FTP
- CentOS 7.4安裝redis 4.0詳細步驟CentOSRedis
- CentOS 6.5下Redis安裝詳細步驟CentOSRedis
- java安裝教程詳細 java環境配置教程Java
- 蘋果cms安裝及配置詳細教程蘋果
- Python 與 PyCharm 安裝詳細教程PythonPyCharm
- Centos7 安裝 Docker 詳細教程CentOSDocker
- python詳細的安裝教程分享!Python
- Centos7安裝WordPress詳細教程CentOS