Redis 單節(jié)點部署的實現(xiàn)
發(fā)布日期:2022-07-15 19:30 | 文章來源:源碼之家
第一步 下載Redis
下載地址:http://www.redis.cn/download/
第二步 安裝Redis
[root@localhost /]# cd /home/logonuser/app/ [root@localhost app]# ll 總用量 2180 -rw-r--r--. 1 root root 2228781 12月 17 15:58 redis-6.0.6.tar.gz [root@localhost app]# tar xzf redis-6.0.6.tar.gz [root@localhost app]# ll 總用量 2184 drwxrwxr-x. 7 root root 4096 7月 21 2020 redis-6.0.6 -rw-r--r--. 1 root root 2228781 12月 17 15:58 redis-6.0.6.tar.gz [root@localhost app]# cd redis-6.0.6/ [root@localhost redis-6.0.6]# ll 總用量 260 -rw-rw-r--. 1 root root 80561 7月 21 2020 00-RELEASENOTES -rw-rw-r--. 1 root root 51 7月 21 2020 BUGS -rw-rw-r--. 1 root root 2381 7月 21 2020 CONTRIBUTING -rw-rw-r--. 1 root root 1487 7月 21 2020 COPYING drwxrwxr-x. 6 root root 124 7月 21 2020 deps -rw-rw-r--. 1 root root 11 7月 21 2020 INSTALL -rw-rw-r--. 1 root root 151 7月 21 2020 Makefile -rw-rw-r--. 1 root root 6888 7月 21 2020 MANIFESTO -rw-rw-r--. 1 root root 20806 7月 21 2020 README.md -rw-rw-r--. 1 root root 83392 7月 21 2020 redis.conf -rwxrwxr-x. 1 root root 275 7月 21 2020 runtest -rwxrwxr-x. 1 root root 280 7月 21 2020 runtest-cluster -rwxrwxr-x. 1 root root 679 7月 21 2020 runtest-moduleapi -rwxrwxr-x. 1 root root 281 7月 21 2020 runtest-sentinel -rw-rw-r--. 1 root root 10743 7月 21 2020 sentinel.conf drwxrwxr-x. 3 root root 4096 7月 21 2020 src drwxrwxr-x. 11 root root 182 7月 21 2020 tests -rw-rw-r--. 1 root root 3055 7月 21 2020 TLS.md drwxrwxr-x. 9 root root 4096 7月 21 2020 utils [root@localhost redis-6.0.6]# make
make 編譯完成以后提示 Hint: It’s a good idea to run ‘make test’
版權(quán)聲明:本站文章來源標注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請保持原文完整并注明來源及原文鏈接。禁止復制或仿造本網(wǎng)站,禁止在非www.sddonglingsh.com所屬的服務(wù)器上建立鏡像,否則將依法追究法律責任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學習參考,不代表本站立場,如有內(nèi)容涉嫌侵權(quán),請聯(lián)系alex-e#qq.com處理。
相關(guān)文章