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 Respuestas
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
INGENIERO DE SOPORTE
respondido hace un año
0

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

Regards

respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas