02 2020 档案
摘要:[Solution] Update firewall policy 1) Disabled docker rules of iptables docker will create rules of iptables automatically. # vim /etc/docker/daemon.js
阅读全文
摘要:https://segmentfault.com/a/1190000019753737?utm_source=tag-newest 1、结构化搜索 1.1 精确值查找 过滤器很重要,因为它们执行速度非常快,不会计算相关度(直接跳过了整个评分阶段)而且很容易被缓存。请尽可能多的使用过滤式查询。 ter
阅读全文
摘要:https://www.cnblogs.com/liululee/p/11075432.html 1. 介绍 任何使用过Elasticsearch的人都知道,使用基于rest的搜索API构建查询可能是单调乏味且容易出错的。 在本教程中,我们将研究Jest,一个用于Elasticsearch的HTTP
阅读全文
摘要:前言 为了安全性,想redis cluster这种缓存服务最好在限制IP访问的同时,也要设置密码验证。 节点设置密码 1、修改配置文件 在配置文件里面增加密码选项,一定要加上masterauth,不然Redirected的时候会失败。 masterauth redispassword require
阅读全文