Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 776 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 776 Bytes

redis-html

redis-html is a Redis Admin Viewer developed as server-generated HTML Website

Install

Run as a Desktop App (Windows only):

$ dotnet tool install -g app

$ app install redis-html
$ cd redis-html && app

Run as a .NET Core Web App (Windows, macOS, Linux):

$ dotnet tool install -g web

$ web install redis-html
$ cd redis-html && web

Requires .NET Core 2.1.

Learn

See templates.servicestack.net/docs/web-apps to learn about ServiceStack .NET Core 2.1 Web Apps.