You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My NodeJs app has been deployed on PCF and we are using Azure Redis for Cache.
But some time connection is getting failed from Azure Redis and app is getting down.
Is it possible to connect automatically from the app to Redis after connection failed??
I have used 'koa2-session-redis' NPM to connect Azure Redis with below config-
{
"host": "MyInsightsProdRedis.redis.cache.windows.net",
"port": "6380",
"password": "XXXX",
"connect_timeout": "3000",
"tls": "{"servername":"MyInsightsProdRedis.redis.cache.windows.net"}"
}
Thanks,
Jai
The text was updated successfully, but these errors were encountered:
Hi Team,
My NodeJs app has been deployed on PCF and we are using Azure Redis for Cache.
But some time connection is getting failed from Azure Redis and app is getting down.
Is it possible to connect automatically from the app to Redis after connection failed??
I have used 'koa2-session-redis' NPM to connect Azure Redis with below config-
{
"host": "MyInsightsProdRedis.redis.cache.windows.net",
"port": "6380",
"password": "XXXX",
"connect_timeout": "3000",
"tls": "{"servername":"MyInsightsProdRedis.redis.cache.windows.net"}"
}
Thanks,
Jai
The text was updated successfully, but these errors were encountered: