RedisStack For RedisSearch Functionality on ElastiCache, MemoryDB or otherwise

0

I am looking for a way to use https://redis.io/docs/stack/get-started/install/linux/ within an AWS service like ElastiCache or MemoryDB. in order to use commands like shown https://redis.io/docs/stack/search/reference/vectors/ VectorSimilarity search with FT.CREATE commands etc, is that possible?

2개 답변
0

Hello,
Thank you for your query!

RediSearch [1] is a source-available Redis module that enables querying, secondary indexing, and full-text search for Redis. Redis Stack unifies and simplifies the capabilities provided by Redis as it bundles RediSearch along with other capabilities into Redis.

However, please note that ElastiCache [2] and MemoryDB [3] are fully managed AWS services and hence doesn't allow you to install external, custom, or Redis modules. Therefore, unfortunately, you will not be able to use 'RediSearch' or any custom/redis module on Elasticache Redis.

However, as an alternative, you may consider installing and managing your own Redis server on an EC2 instance. That way you can install and load custom modules like RedisSearch and make any additional configuration changes as per your requirement. But please do note that this would be considered as a third party application as it is self managed redis server and hence is outside the scope of AWS Support.

Let me know if you have any further queries. Thank you for your interest in re:Post community.
Have a great day!

References:
[1] https://oss.redislabs.com/redisearch/
[2] https://aws.amazon.com/elasticache/
[3] https://aws.amazon.com/memorydb/

AWS
지원 엔지니어
답변함 일 년 전
0

Hello, do you have thought integrate the RedisSearch feature in your managed? (Could be great!!!)

Regards

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인