How do I install RediSearch into AWS ElastiCache or Amazon MemoryDB?
Asked Answered
T

1

8

Is it possible to install RediSearch (Redis Module) either in AWS ElastiCache or MemoryDB? Creating inverted indexing manually can be a real pain and it would be nice to have this feature available in AWS. I've found a possible workaround to install it using EC2 but for a production-oriented usage this solution is not feasible. It would be a lot better to have a managed solution where RediSearch is available.

I see that it would also be possible to have RediSearch as a service on Redis Enterprise Cloud from Redis Labs on AWS, Azure and GCP, but I'm wondering if this module can be provided directly in AWS without paying for an additional license. RedisJson should be already available in AWS for instance.

On this old SO question it was confirmed by AWS support that in 2021 it was not possible using RediSearch out of the box in AWS ElastiCache. Is it still the case in 2023?

Thoer answered 29/3, 2023 at 8:56 Comment(0)
G
8

This is not possible, it's prohibited by the source available license for RediSearch. You can use the Redis Stack image and run on AWS, or have Redis host a Redis Stack instance for you on the cloud provider of your choice - see https://redis.com/try-free/

Redis Stack License (Redis Source Available License 2.0): https://redis.io/docs/stack/license/

RedisJSON (the module from Redis) is not available on ElastiCache, Amazon has implemented its own API that is compatible with parts of the RedisJSON API.

Greg answered 30/3, 2023 at 12:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.