ToolJet/cypress-tests/cypress/constants/texts/redis.js
Midhun Kumar E d9e9637b77
Added automation for datasource connection. (#5091)
* Add automation for BigQuery

* Add automation for Firestore

* Add automation for MongoDB

* Add automation for Redis

* Add fields on env
2023-01-17 14:39:38 +05:30

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",
};