Home

Awesome

This project has moved to

https://github.com/sharp-apps/redis


redis

Redis Admin Viewer developed as Vue Client Single Page App

Install

Run as a Desktop App (Windows only):

$ dotnet tool install -g app

$ app install redis
$ cd redis && app

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

$ dotnet tool install -g web

$ web install redis
$ cd redis && web

Requires .NET Core 2.1.

Learn

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