17 lines
356 B
Markdown
17 lines
356 B
Markdown
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.
|