Redis-based distributed lock repeat notification solving method
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 银盛支付服务股份有限公司
- Publication Date
- 2021-03-09
Smart Images

Figure 1 
Figure 2
Abstract
Description
technical field
[0001] The present invention relates to the field of data processing, and specifically, the present invention relates to a method for solving repeated notification based on Redis distributed locks. Background technique
[0002] There will be requirements for asynchronous data processing or data batch processing between application systems, such as asynchronous notification of transaction results, asynchronous processing of large data file generation, data communication between operating systems and customer systems, etc. One of the solutions is The message queue is used as the transmission medium to realize asynchronous data transmission.
[0003] Normally, after the message queue receives the message, it will push it to the message consumer as low as possible in a timely manner. The consumer fetches the data from the message queue. After receiving the confirmation response from the message consumer within the specified response time , the message queue will...