mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-01 02:17:20 +00:00
8 lines
261 B
JavaScript
8 lines
261 B
JavaScript
export const redisText = {
|
|
redis: "Redis",
|
|
cypressRedis: "cypress-redis",
|
|
|
|
errorMaxRetries: "Connection could not be established",
|
|
errorPort: "Connection could not be established",
|
|
errorInvalidUserOrPassword: "Connection could not be established",
|
|
};
|