Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created December 2, 2017 23:36
Show Gist options
  • Select an option

  • Save selcukusta/ea3b26605585b2bc6824fec004efefe5 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/ea3b26605585b2bc6824fec004efefe5 to your computer and use it in GitHub Desktop.
services.AddDistributedRedisCache((cache) =>
{
cache.InstanceName = appConfig.Name;
cache.Configuration = redisConfig.Host;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment