How to install redisearch module in GCP memorystore redis instance
I need to install the RediSearch module on top of a GCP memorystore redis instance. I followed the steps: docker run -p 6379:6379 redislabs/redisearch:latest I pushed this docker image to a Kubernetes cluster and exposed the external IP. I used…