AWS ElastiCache #3968
-
I want to store Key : Value pair in AWS ElastiCache using Nodejs. But i am not able to achieve it. I can do it with redis like redis.set("key":"value") But using ElastiCache I did not find any resources. Anyone can help me here with code in Nodejs? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @imkumawat, thanks for opening this discussion. Have you taken a look to the AWS ElastiCache Client with the AWS SDK for JavaScript V3?. Here is the documentation. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @imkumawat, thanks for opening this discussion. Have you taken a look to the AWS ElastiCache Client with the AWS SDK for JavaScript V3?. Here is the documentation.
Thanks!