How to build high availability redis architecture?

How to build high availability redis architecture? Wen GuobingArchitect’s Secret circleYesterday Author:Wen Guobing, who worked in cool dog music, is now 37 mutual entertainment DBA. Current major areas of concern: database automation operations and maintenance, high availability architecture design, database security, mass data solutions, and open source technology in the Internet applications 1 notes preceding the text of a book or following the title of an article   Redis It is an open source, network-enabled, memory-based and persistent log-based, Key-Value database written in A...

HTTPS page can not send HTTP request? About mixed content

We all know that HTTPS pages can’t send HTTP requests, so what’s the reason why HTTPS pages can’t send HTTP requests? If there is a need to send, how can we send it? I recently encountered this problem and searched for half a day without searching for reliable answers.With this article. 1. The origin of the story As I mentioned in Jquery ajax, Axios, and Fetch’s Differences, Fetch, as a different way of requesting from XHR, shows more APIs and promising prospects for meeting ES specifications; let alone supporting POST cross-domain.Just on the job to use the post meth...

Centos7 restart Apache, nginx, mysql, php-fpm commands

Copyright notice: This article is an original article for bloggers. It can not be reproduced without permission from bloggers. apache start-up systemctl start httpd Stop it systemctl stop httpd restart systemctl restart httpd mysql start-up systemctl start mysqld Stop it systemctl stop mysqld restart systemctl restart mysqld php-fpm start-up systemctl start php-fpm Stop it systemctl stop php-fpm restart systemctl restart php-fpm nginx start-up systemctl start nginx Stop it systemctl stop nginx restart systemctl restart nginx

Vue first experience

As a front-end rookie, in the usual development and learning, in addition to in-depth understanding of the various features of JavaScript and css, familiar with a framework is also essential. Vue is very popular because of its small, lightweight, learning and smoothing features. Here is a summary of the pit and tricks of the little rookie. 1.Avoid double brackets when loading pages. Official recommendation v-cloak <style>   [v-cloak] { display: none; } </style> <div id=’app’ v-cloak> {{message}} </div> 2.I haven’t thought about it yet

centos 7 network.service control process exited

First, service network restart error. Question Description: vmware 12 Next CentOS 7 network mode, NAT Last night the author planned to update his virtual machine python, found no network Ping www.baidu.com, and then on Windows Ping 192.168.187.130 local, found no problem, So restart the network service: service network restart found the following error: Restarting network (via systemctl): Job for network.service failed. See ‘systemctl status network.service’ and ‘journalctl -xn’ for details. According to the prompt input: [root@localhost~] # systemctl status network s...