Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created January 8, 2023 01:17
Embed
What would you like to do?
public static async Task<IActionResult> Run(
[Redis(key: "objects", Connection = "RedisConnectionString")] List<Person> people)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment