How to connect NodeJS API with AWS Elasticache for Redis
319 views
Skip to first unread message
Ben P
unread,
Jul 5, 2019, 3:14:42 PM7/5/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redisearch
I am working on AWS elastic cache for Redis.
I have created Elasticache for Redis in the AWS. I have all the node, port and cluster information. I am looking for an example to connect and search in AWS elasticache using NODEJS API.
Kyle Davis
unread,
Jul 5, 2019, 4:45:09 PM7/5/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redisearch
RediSearch isn't available on ElasticCache. You can use it on Redis open source, or Redis Cloud Pro / Redis Enterprise from Redis Labs.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redisearch
Humm. I'm fairly certain that RediSearch (the topic of this group) isn't available on ElasticCache. Are you looking for information on Redis (not RediSearch) and Node.js together? I would bring that up on the node_redis github page.