Skip to content

NetCoreTemplates/worker-redismq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worker-redismq

.NET 8.0 Redis MQ Worker Service

Browse source code and install with dotnet-new:

$ dotnet tool install -g x

$ x new worker-redismq ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new worker-redismq