分类:中间件

ES备份

ES备份
1、logstash导出文件 参考:https://www.cntofu.com/book/52/output/file.md input { elasticsearch { hosts => ["http...

Liemer_Lius 9个月前 (06-29) 140℃ 3喜欢

Redis学习

Redis学习
参考资料:https://www.knowledgedict.com/tutorial/redis-intro.html 转载请注明:liutianfeng.com » Redis学习...

Liemer_Lius 10个月前 (06-09) 111℃ 0喜欢

Redis数据迁移

Redis数据迁移
Redis因为版本的,可能有不少不可预知的问题。 https://www.cnblogs.com/hjfeng1988/p/7146009.html?ivk_sa=1024320u 转载请注明:liutianfeng.com »...

Liemer_Lius 12个月前 (04-07) 188℃ 2喜欢

Nginx location

Nginx location
参考 https://www.cnblogs.com/ronghua/p/13043466.html 语法规则: location [=|~|~*|^~] /uri/ {… } 首先匹配 =,其次匹配^~,其次是按文件中正则的先后顺序匹配,...

Liemer_Lius 2年前 (2021-06-29) 456℃ 4喜欢

RabbitMQ

RabbitMQ
rabbitmqctl用法 Commands: add_user <username> <password> add_vhost <vhost> authenticate_u...

Liemer_Lius 2年前 (2021-06-21) 513℃ 1喜欢

Nginx

Nginx
nginx -h # nginx -h nginx version: nginx/1.18.0 Usage: nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g dire...

Liemer_Lius 2年前 (2021-05-11) 546℃ 3喜欢