Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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