aspnetcore/src/Microsoft.Extensions.Cachin...
Nate McMaster 902783e202 Remove redundant property in dependencies.props 2017-06-13 11:29:31 -07:00
..
Microsoft.Extensions.Caching.SqlConfig.Tools.csproj Remove redundant property in dependencies.props 2017-06-13 11:29:31 -07:00
Program.cs
README.md
SqlQueries.cs
prefercliruntime

README.md

dotnet-sql-cache

dotnet-sql-cache is a command line tool that creates table and indexes in Microsoft SQL Server database to be used for distributed caching

How To Install

Install Microsoft.Extensions.Caching.SqlConfig.Tools as a DotNetCliToolReference to your project.

  <ItemGroup>
    <DotNetCliToolReference Include="Microsoft.Extensions.Caching.SqlConfig.Tools" Version="1.0.0" />
  </ItemGroup>

How To Use

Run dotnet sql-cache --help for more information about usage.