美文网首页
yum安装Redis及使用常见问题?

yum安装Redis及使用常见问题?

作者: Sun_c39f | 来源:发表于2020-06-24 10:53 被阅读0次

Yum 安装Redis


yum install redis #安装

service redis start #启动

service redis status #状态查看


常见问题


Q:You need tcl 8.5 or newer in order to run the Redis test

A:

[root@etcd3 unix]#    wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz

[root@etcd3 unix]#    tar xzvf tcl8.6.1-src.tar.gz

[root@etcd3 unix]#    cd tcl8.6.1

[root@etcd3 unix]#    ./configure

[root@etcd3 unix]#    make

[root@etcd3 unix]#    make isntall

相关文章

网友评论

      本文标题:yum安装Redis及使用常见问题?

      本文链接:https://www.haomeiwen.com/subject/cmfrfktx.html