Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created April 16, 2022 13:52
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 nishanc/8961da9db0a91b2992ef565857fa15d4 to your computer and use it in GitHub Desktop.
Save nishanc/8961da9db0a91b2992ef565857fa15d4 to your computer and use it in GitHub Desktop.
builder.Services.AddStackExchangeRedisCache(options => {
options.Configuration = builder.Configuration.GetConnectionString("Redis");
options.InstanceName = "RedisDemo_";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment