Serverless function trigger on entry into redis

Richard Duane Wolford Jr 201 Reputation points
2020-12-04T21:24:51.58+00:00

We need to write data to an Azure Redis cache (basic cache offering from the marketplace). When the data are written to the cache, we need a serverless function to pick it up, process the data, and then of course terminate. I can't find good documentation on how to implement this so I thought I would ask the community.

Thanks ahead of time

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

Accepted answer
  1. MayankBargali-MSFT 68,391 Reputation points
    2020-12-07T05:31:42.71+00:00

    Hi @richardwolford-7948

    Unfortunately, there is no trigger for Azure Redis Cached for azure function. Only supported bindings are listed here.
    I do see this as the feature request and the product team confirmed that there are no plans for direct support but aim to make it possible via Azure Event Grid which is planned in the future but currently, there is no ETA.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Alex S 1 Reputation point
    2022-09-15T01:13:43.617+00:00

    @MayankBargali-MSFT the above link doesn't work anymore, do you mind updating it or sharing a new one?

    0 comments No comments