Skip to content

Files

Latest commit

 

History

History
26 lines (21 loc) · 381 Bytes

test-redis-connection.md

File metadata and controls

26 lines (21 loc) · 381 Bytes

testRedisConnection

Request

POST http://localhost:3001/api/testRedisConnection
{
"redisConUrl":"redis://localhost:6379",
"redisConUrlEncrypted":{
  "encryptedData":"",
  "iv":"",
  "authTag":""
 }
}

Note : Either redisConUrl or redisConUrlEncrypted should be provided.

Response

{
  "data": "Connection to Redis successful !",
  "error": null
}