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
サポートエンジニア
回答済み 1年前
0

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

Regards

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ