随笔分类 - 【Redis】
发表于 2020-12-03 10:01阅读:2753评论:0推荐:0
摘要:redis配置文件(点击下载) Redis官方默认配置文件下载,参考用 完整版 # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # sta
阅读全文 »
发表于 2020-11-16 12:01阅读:175评论:0推荐:0
摘要:Redis官网下载地址 https://redis.io/download 安装一个依赖包 yum -y install gcc gcc-c++ make 解压redis tar xf redis-4.0.9.tar.gz mv redis-4.0.9 /data/rediscd /data/red
阅读全文 »