The Redis Admin UI is a vuedesktop.com App that lets you manage your App's configured Redis Server with a user-friendly UX for managing core Redis data types, simple search functionality to quickly find Redis values, quick navigation between related values, first class support for JSON values and a flexible command interface and command history to inspect all previously run redis commands that's easily editable & rerun.
It's available as a stand-alone Redis Desktop App which you can run by installing .NET SDK and run install/app.ps1 to install the app
dotnet tool:
powershell iwr gist.cafe/install.ps1 -useb | iex
Then run redis
Vue Desktop App in a browser:
app://redis
Or from the command-line:
app open redis