记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
ac493ac7
Commit
ac493ac7
authored
Jul 19, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理redis脚本
parent
fc83fe72
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
DragonConstant.java
...com/liquidnet/service/dragon/constant/DragonConstant.java
+3
-3
redis_queue_create.sql
...liquidnet-service-dragon-impl/docu/redis_queue_create.sql
+3
-3
No files found.
liquidnet-bus-api/liquidnet-service-dragon-api/src/main/java/com/liquidnet/service/dragon/constant/DragonConstant.java
View file @
ac493ac7
...
@@ -251,12 +251,12 @@ public class DragonConstant {
...
@@ -251,12 +251,12 @@ public class DragonConstant {
DRAGON_PAY_GROUP
(
"dragon-pay-group"
,
"同步数据-支付-组"
),
DRAGON_PAY_GROUP
(
"dragon-pay-group"
,
"同步数据-支付-组"
),
DRAGON_REFUND_GROUP
(
"dragon-refund-group"
,
"同步数据-退款-组"
),
DRAGON_REFUND_GROUP
(
"dragon-refund-group"
,
"同步数据-退款-组"
),
//三方异步通知相关队列
//三方异步通知相关队列
DRAGON_PAY_NOTIFY_KEY
(
"dragon-pay-notify-key"
,
"支付异步通知"
),
DRAGON_PAY_NOTIFY_KEY
(
"dragon
:stream:dragon
-pay-notify-key"
,
"支付异步通知"
),
DRAGON_PAY_NOTIFY_GROUP
(
"dragon-pay-notify-group"
,
"支付异步通知-组"
),
DRAGON_PAY_NOTIFY_GROUP
(
"dragon-pay-notify-group"
,
"支付异步通知-组"
),
//商户通知相关队列
//商户通知相关队列
PAY_MCH_NOTIFY_KEY
(
"pay-mch-notify-key"
,
"商户异步通知"
),
PAY_MCH_NOTIFY_KEY
(
"
dragon:stream:
pay-mch-notify-key"
,
"商户异步通知"
),
PAY_MCH_NOTIFY_GROUP
(
"pay-mch-notify-group"
,
"商户异步通知-组"
),
PAY_MCH_NOTIFY_GROUP
(
"pay-mch-notify-group"
,
"商户异步通知-组"
),
PAY_MCH_NOTIFY_ERROR_KEY
(
"pay-mch-notify-error-key"
,
"商户异步通知失败"
),
PAY_MCH_NOTIFY_ERROR_KEY
(
"
dragon:stream:
pay-mch-notify-error-key"
,
"商户异步通知失败"
),
PAY_MCH_NOTIFY_ERROR_GROUP
(
"pay-mch-notify-error-group"
,
"商户异步通知失败-组"
);
PAY_MCH_NOTIFY_ERROR_GROUP
(
"pay-mch-notify-error-group"
,
"商户异步通知失败-组"
);
private
String
code
;
private
String
code
;
private
String
message
;
private
String
message
;
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/docu/redis_queue_create.sql
View file @
ac493ac7
-- pay
-- pay
XADD
dragon
:
stream
:
dragon
-
pay
*
0
0
XADD
dragon
:
stream
:
dragon
-
pay
*
0
0
XADD
dragon
-
pay
-
notify
-
key
*
0
0
XADD
dragon
:
stream
:
dragon
-
pay
-
notify
-
key
*
0
0
XADD
pay
-
mch
-
notify
-
key
*
0
0
XADD
dragon
:
stream
:
pay
-
mch
-
notify
-
key
*
0
0
XADD
pay
-
mch
-
notify
-
error
-
key
*
0
0
XADD
dragon
:
stream
:
pay
-
mch
-
notify
-
error
-
key
*
0
0
XGROUP
CREATE
dragon
:
stream
:
dragon
-
pay
dragon
-
pay
-
group
0
XGROUP
CREATE
dragon
:
stream
:
dragon
-
pay
dragon
-
pay
-
group
0
XGROUP
CREATE
dragon
-
pay
-
notify
-
key
dragon
-
pay
-
notify
-
group
0
XGROUP
CREATE
dragon
-
pay
-
notify
-
key
dragon
-
pay
-
notify
-
group
0
XGROUP
CREATE
pay
-
mch
-
notify
-
key
pay
-
mch
-
notify
-
group
0
XGROUP
CREATE
pay
-
mch
-
notify
-
key
pay
-
mch
-
notify
-
group
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment