Redis Admin UI-A Redis UI management interface, redisui
Redis Admin UI-A Redis UI Management Interface
The Redis management UI consists of two parts:
1. an Ajax client Web application (developed based on Google's closed Library: https://github.com/google/closure-library), which serves as a simple static HTML/JS/CSS application that can be easily modified, separate and host any static HTTP File Server from the server components.
2. A ServiceStack http://www.servicestack.net/ASP. NET Web Service Server
All Redis operations of the application provide the SOAP, XML, and JSON endpoints.
It is cross-platform, although it needs to run Mono on Linux as its. NET compiling: http://www.mono-project.com/asp.net.
The management UI is customized to easily modify and access any available Redis Web service operations: http://redisadminui.servicestack.net/redis/metadata.
A fully functional JavaScript RedisClient. js (http://redisadminui.servicestack.net/AjaxClient/js/RedisClient.js) Library provides the most convenient way to access these services from web pages.
Demo:
Http://redisadminui.servicestack.net/AjaxClient/
Source code:
Https://github.com/ServiceStackApps/RedisAdminUI
Other ServiceStack-based Apps:
Https://github.com/ServiceStackApps/LiveDemos
ServiceStack classic instance:
Https://github.com/ServiceStack/ServiceStack.Examples
How to create your first ServiceStack program and some community resources:
Https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice