mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Add automation for BigQuery * Add automation for Firestore * Add automation for MongoDB * Add automation for Redis * Add fields on env
9 lines
356 B
JavaScript
9 lines
356 B
JavaScript
export const redisText = {
|
|
redis: "Redis",
|
|
cypressRedis: "cypress-redis",
|
|
|
|
errorMaxRetries:
|
|
'Reached the max retries per request limit (which is 1). Refer to "maxRetriesPerRequest" option for details.',
|
|
errorPort: "Port should be >= 0 and < 65536. Received 108299.",
|
|
errorInvalidUserOrPassword: "WRONGPASS invalid username-password pair",
|
|
};
|