Linux - 僅安裝 redis-cli - Linux - Install redis-cli only

問題:

I have a Linux server with Redis installed and I want to connect to it via command line from my local Linux machine.我有一個安裝了 Redis 的 Linux 服務器,我想從我的本地 Linux 機器通過命令行連接到它。

Is it possible to install redis-cli only (without redis-server and other tools)?是否可以只安裝redis-cli (沒有redis-server和其他工具)?

If I just copy redis-cli file to my local machine and run it, I have the following error:如果我只是將redis-cli文件複製到本地機器並運行它,則會出現以下錯誤:

./redis-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./redis-cli)

解決方案:

參考一: https://en.stackoom.com/question/1TRxk
參考二: https://stackoom.com/question/1TRxk
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章