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
- Android Studio 超詳細安裝教程Android
- Photoshop 2021超詳細安裝教程(附安裝包+安裝教程福利)
- Android Studio安裝教程(超級詳細)Android
- 【詳細教程】Linux安裝redis並搭建叢集LinuxRedis
- Mac安裝Redis,詳細redis安裝步驟MacRedis
- 超詳細!Apache Maven下載安裝使用教程ApacheMaven
- 小白必看!超詳細MySQL下載安裝教程MySql
- Centos7編譯安裝Redis 6.2.3 詳細教程CentOS編譯Redis
- 超詳細!Postman 安裝與漢化全流程教程Postman
- AlphaFold2無痛安裝教程(超級詳細)
- VMware安裝Ubuntu20(圖文教程,超詳細)Ubuntu
- 【超詳細】SQL Server2012 Express版本安裝教程SQLServerExpress
- windows10下載安裝Git教程[超詳細]WindowsGit
- Linux安裝Nginx詳細教程LinuxNginx
- Jmeter安裝配置詳細教程JMeter
- windows安裝mongodb詳細教程WindowsMongoDB
- MySQL基礎知識(一)-超詳細MySQL安裝教程MySql
- 超詳細hadoop叢集伺服器安裝配置教程Hadoop伺服器
- spss安裝教程26超詳細 spss26軟體安裝步驟SPSS
- 安裝wordpress教程詳細安裝wordpress步揍
- ubuntu20.04安裝教程超詳細 安裝ubuntu系統步驟圖解Ubuntu圖解
- Postman 安裝與漢化超詳細步驟全解析教程Postman
- CentOS8 詳細安裝教程CentOS
- Ubuntu 20.04 安裝 Carla詳細教程。Ubuntu
- Ubuntu server 20.04詳細安裝教程UbuntuServer
- python詳細的安裝教程分享!Python
- Centos下Elasticsearch安裝詳細教程CentOSElasticsearch
- sublime安裝外掛詳細教程
- 安裝JDK和Eclipse詳細教程JDKEclipse
- rabbitmq簡易安裝詳細教程MQ
- Python 與 PyCharm 安裝詳細教程PythonPyCharm
- idea安裝教程2021 最新版idea安裝詳細教程Idea
- arcgis安裝教程10.2 arcgis詳細安裝步驟
- Python安裝教程(非常詳細) python如何安裝使用Python
- 如何安裝leapftp,如何安裝leapftp的詳細教程FTP
- CentOS7安裝及配置 Zabbix全步驟,超詳細教程CentOS