Redis. Page 2

Redis optimistic lock with golang demo

redis transaction command MULTI: Open a transaction EXEC...
12:23 8 June 2020

Container technology: Docker private image warehouse harbor

Earlier, we talked about the construction and simple use of docker distribution, a private image warehouse of docker. Pl...
23:55 7 June 2020

JEECG containerization deployment

There is a Dockerfile in the JEECG code. The basic idea is to take CentOS as the basic image, in which nginx, jdk, MySQL and redis are installed. The...
15:18 4 June 2020

ES7 learning notes GEO location search

The basic content of ES is almost introduced. At last, let's take a look at GEO location search. Now most apps have loca...
3:43 29 May 2020

Deployment learning of Nginx + Docker multi-stage construction

A website was deployed a few days ago. It turns out that I have been uploading files through ftp after publishing. Sever...
11:01 25 May 2020

fio storage performance manometry

1. Environmental Instructions: This demo is a dellr620 physical server with centos7.6 x86_64-bitThe hardware-related inf...
12:20 24 May 2020

[selfless sharing: ASP.NET Core project combat (Chapter 11) Asp.net Core cache MemoryCache and Redis

Original text: [selfless sharing: ASP.NET Core project combat (Chapter 11) Asp.net Core cache MemoryCache and Redis ...
8:16 24 May 2020

Three solutions for PHP concurrency scenario

In the concurrency scenarios such as seckill and rush to buy, oversold may occur. There is no native concurrency solutio...
10:24 21 May 2020

Quantitative reptiles in the operation of scratch

Hypothetical demand Now there are about 3000 ...
3:59 21 May 2020

Redis list [4] - quicklist of data structure

1. Overview As mentioned earlier, before vers...
6:41 20 May 2020

PHP implementation of data structure and algorithm queue and stack

1, Queues 1) Queue is a first in first out (FIFO) linear ...
4:14 19 May 2020

Docker quickly set up master-slave + sentry monitoring

Install Redis Execute command ...
10:06 11 May 2020

Docker Redis 5.0 cluster building

1, Prepare tools Install docker (...
0:14 11 May 2020

Basic use of Jedis connection pool

jedis direct Each operation will create a jed...
13:30 7 May 2020

Aliyun server building Docker

Software installation First install the appro...
15:41 4 May 2020

Hand-on instructions for building a distributed Java-based crawling system

Personal Blog Visit http://www.x0100.top ...
22:27 9 March 2020

Linux server implements Redis cluster

1, About Redis Redis is a large-scale cache middleware, which is widely used because of its powerful, efficient and conv...
3:35 13 February 2020

Redis practice Spring Boot2.0 integrate redis custom injection template operation Bean component

Overview: the related content of this series of blog articles comes from the actual combat course recorded by debug in p...
4:28 6 February 2020

springboot project entry level docker packaging mirror publishing and installation

The springboot project database is mysql, the cache is redis, both MySQL and redis run in the docker environment, and th...
22:05 5 February 2020

SpringBoot2.x Integrates detailed usage of lightweight distributed timer task ShedLock3.x

Catalog Preface SpringBoot2.x Integrates detailed usage of lightweight distributed timer task ShedLock3.x 1. About ShedL...
20:57 5 February 2020

Implementation of redis replication, sentinel and cluster

1. redis.conf configuration parameters configuration parameter Effect demonize Set to yes, which can be executed in ...
7:57 5 February 2020

03 elastic log system - filebeat-kafka-logstash-elastic search-kibana-6.8.0 building process

03 elastic log system - filebeat-kafka-logstash-elastic search-kibana-6.8.0 building process 1. introduction 2. Preparations 2.1 software version 2.2...
4:46 19 January 2020

vue koa2 mongodb does the back-end part of the personal blog login registration function from scratch

0. Effect demonstration It's annoying to plug in a video.You can go out and turn right to Youku. Click on me!). 1. Backend Build 1.1 Project Stru...
12:49 18 January 2020

centos install LNMP environment

Article directory Install lnmp project deployment environment Installing the python environment Install mysql Install nginx Install redis redis boot ...
0:24 15 January 2020

k8s deployment stateful service zookeeper example

Without considering the configuration file first: apiVersion: apps/v1 kind: StatefulSet #####A problem with fixed hostname and stateful service is th...
9:14 10 January 2020

Love buy back website optimization - Redis cache

Why cache? Reduce database pressure; Increase request speed. When the data is stored in the cache, it can be retrieved directly from the cache when i...
8:37 10 January 2020

Dictionary and hash table to implement Redis source code

Through the study of "Redis design and implementation", I intend to implement a "Redis source code" as my own learning record. Stu...
10:09 3 December 2019

PHP+Redis can delay tasks and automatically cancel and complete orders

Simple timing task solution: use redis's keyspace notifications (notify events after key failure); (A) business scenario: 1. When a business is t...
23:38 2 December 2019

Solve Jackson 2 deserialization LocalDateTime error

Today, when integrating redis and spring boot, I encountered an error. Record it. The error is reported as follows: Could not read JSON: Cannot constr...
1:51 2 December 2019