摘要:
Redis的五大数据类型 一个key对应一个value: String 字符串 String是redis最基本的类型,一个key对应一个value; String类型是二进制安全的,意思是redis的string可以包含任何数据: 比如:jpg图片或者序列化的对象; 一个redis中的字符串valu 阅读全文
posted @ 2021-03-12 17:17
(Play)
阅读(260)
评论(0)
推荐(0)
摘要:
更换源之前,请确保Centos7 已经连上网 cd /etc cd /etc/yum.repos.d/ mv CentOS-Base.repo CentOS-Base.repo.back #建议备份或者改名 wget -O CentOS-Base.repo http://mirrors.aliyun 阅读全文
posted @ 2021-03-12 15:58
(Play)
阅读(183)
评论(0)
推荐(0)
摘要:
Centos7执行 yum -y install wget [root@localhost yum.repos.d]# yum -y install wget 已加载插件:fastestmirror There are no enabled repos. Run "yum repolist all" 阅读全文
posted @ 2021-03-12 14:38
(Play)
阅读(1647)
评论(0)
推荐(0)
浙公网安备 33010602011771号