Skip to content

bervProject/redis-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Sample

Sample App using Redis as main databases.

Demo

Tools

  1. .NET 6
  2. Docker
  3. VS Code (Optional)

Install Dependencies

dotnet restore

How to Run

  • Normal Run
dotnet run --project RedisSample
  • With File Watcher
dotnet watch --project RedisSample

Build

dotnet build

Publish

dotnet publish -o PublishedRedisSample

LICENSE

MIT