ikatlinsky commented on issue #10596: URL: https://github.com/apache/apisix/issues/10596#issuecomment-1840894153
maybe it is a matter of naming, let me expand. from my understanding there are 3 policies for the plugin: - local - no redis is used - redis - for cases when single redis master instance is used - redis-cluster - for cases when we have a cluster with multiple master instances So in my case i have 3 master instances running and all of them are accessible through single headless kubernetes service. Based on my understanding of policies i should use redis-cluster, not redis policy. That is because of the different types of redis clients created as a result. Is my understanding correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
