mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 17:07:22 +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",
|
|
};
|