Add Redis Menu (#253)

This commit is contained in:
yswdqz
2023-04-05 22:20:11 +08:00
committed by GitHub
parent 8077043c7e
commit 8bb45bb453
4 changed files with 19 additions and 0 deletions

View File

@@ -384,5 +384,6 @@ const msg = {
AWSCloudDynamoDB: "DynamoDB",
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
};
export default msg;