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?

gefragt vor einem Jahr3257 Aufrufe
2 Antworten
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
SUPPORT-TECHNIKER
beantwortet vor einem Jahr
0

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

Regards

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen