azure cache for redis - azure function(cloud script)

joo 1 Reputation point
2022-01-06T03:11:58.29+00:00

I am implementing cloud script in azure function with node js, can you tell me how to connect azure cache for redis and set and get?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
251 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,421 Reputation points
    2022-01-07T04:33:44.827+00:00

    @joo You can refer to the Dependency management section to install the redis package on your azure function. Once you have the required package now you can refer to the example here how you can perform the set and get operation.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.