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
Currently, api gateway works well with a single redis instance. But if we use a cluster of 3 redis instances, api gateway fails to work giving the following error: wsk api list error: Unable to obtain the API list: Unable to obtain API(s) from the API Gateway (status code 500): {"status":500,"message":"Error: Failed to retrieve APIs: MOVED 2088 1.2.3.4:6379"}
The text was updated successfully, but these errors were encountered:
The recommended approach is to use redis replication and a proxy like twemproxy to handle connecting to the appropriate number of members (also enables sharding, hashing, etc if desired).
Currently, api gateway works well with a single redis instance. But if we use a cluster of 3 redis instances, api gateway fails to work giving the following error:
wsk api list error: Unable to obtain the API list: Unable to obtain API(s) from the API Gateway (status code 500): {"status":500,"message":"Error: Failed to retrieve APIs: MOVED 2088 1.2.3.4:6379"}
The text was updated successfully, but these errors were encountered: