2

Originally was trying to install RediSearch ontop of Aws ElastiCache but it seems they dont support modules in their managed service (makes sense).

Then I was looking into running RediSearch on a separate EC2 instance with my VPC instance that would allow me to utilize it while not having to install it in ElastiCache directly.

Is this possible?

Thanks!

k9b
  • 1,299
  • 4
  • 21
  • 45
  • Did you find a solution? Did you use your own instance and build redis-server and redisearch module? Similar too: https://stackoverflow.com/questions/43690615/how-to-install-redis-modules-to-aws-elasticache/66619800#66619800 – ficuscr May 12 '21 at 03:25
  • We ended up migrating to Redis Enterprise Cloud :) We cant do this on AWS managed service - I ended up filing a ticket with AWS and they said we couldnt – k9b May 13 '21 at 07:34

1 Answers1

1

RediSearch is available as a service on Redis Enterprise Cloud from Redis Labs on AWS, Azure and GCP.

Guy Korland
  • 7,479
  • 12
  • 48
  • 94