- Rename package IDs to dotnet-watch, dotnet-user-secrets, and dotnet-sql-cache - Change packaging layout to support dotnet-install-tool - Change package metadata to DotnetTool - Drop support for DotNetCliToolReference (those will continue to be available under previous package ID's) - Rename project files and folders |
||
|---|---|---|
| .. | ||
| DotnetToolSettings.xml | ||
| Program.cs | ||
| README.md | ||
| SqlQueries.cs | ||
| dotnet-sql-cache.csproj | ||
| dotnet-sql-cache.nuspec | ||
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
From the command-line, execute:
dotnet install tool dotnet-sql-cache
How To Use
Run dotnet sql-cache --help for more information about usage.