Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created January 8, 2023 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/b12996c7d409e07994bd50014c2795b9 to your computer and use it in GitHub Desktop.
Save xximjasonxx/b12996c7d409e07994bd50014c2795b9 to your computer and use it in GitHub Desktop.
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