09 2021 档案
摘要:centos 7中采用了systemd控制系统服务,更加简单,以前启动服务需要 service xxxx start|stop等。现在需要的是systemctl start|stop xxx。比如我配置的启动tomcat,systemctl start tomcat。十分方便。以前是在,现在直接在/
阅读全文
摘要:模糊清除redis缓存 清理主机服务器的缓存 /opt/redis-4.0.10/src/redis-cli keys DATA_* | xargs /opt/redis-4.0.10/src/redis-cli del 清理远程服务器的redis缓存 redis-cli -h redis地址 -p
阅读全文
摘要:ElasticSearch为何查询速度快? 在 ES 中采用的是一种名叫倒排索引的数据结构
阅读全文