Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created January 8, 2023 01:15
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/5486924359c4dfc0a0daecbdbb570445 to your computer and use it in GitHub Desktop.
Save xximjasonxx/5486924359c4dfc0a0daecbdbb570445 to your computer and use it in GitHub Desktop.
public static async Task<IActionResult> Run(
[Redis(key: "object", Connection = "RedisConnectionString")] Person person)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment