redb.Tsak.Templates 3.5.1

Prefix Reserved
dotnet new install redb.Tsak.Templates@3.5.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

redb.Tsak Templates

Project templates for redb.Tsak — runtime container for redb.Route contexts.

Install

dotnet new install redb.Tsak.Templates

Available templates

Short name Description
tsak-worker Worker Service host with hot-reload, REST API, scheduler

Quick start

dotnet new tsak-worker -n MyTsakHost
cd MyTsakHost
dotnet run

Generated host:

  • Uses services.AddTsak(configuration) from redb.Tsak.Core
  • REST management API on http://0.0.0.0:9090
  • Serilog with console + rolling file sinks
  • Hot-reload module loading from Libs/
  • Quartz scheduler
  • Optional cluster mode (set Tsak:Cluster:Enabled = true)
  • Optional Prometheus exporter on :9464

Parameters

Parameter Default Description
--db postgres postgres or mssql
--storage redb redb (persistent) or inmemory
--pro false Enable Pro features (cluster, redb store)

Documentation

License

Apache-2.0

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.1 0 8/9/2026
3.5.0 47 8/6/2026
3.4.0 104 7/27/2026
3.3.3 111 7/16/2026
3.3.1 134 7/10/2026
3.3.0 125 7/8/2026
3.2.0 156 6/29/2026
3.1.0 189 6/6/2026
3.0.1 186 6/3/2026
3.0.0 188 5/30/2026
2.0.0 220 5/8/2026