For Admin UI Developers
The Redis Admin UI is composed of two parts:
- An Ajax client web application (developed with Google's Closure Library) which as its simply a static html/js/css app, can be easily modified and decoupled from the server component and hosted on any static HTTP file server.
-
A ServiceStack
ASP.NET Web Services server application providing SOAP, XML
and JSON end points for all Redis operations.
It's cross-platform although as its written in .NET requires Mono to run on Linux.
This Admin UI is customizable and can be easily modified and made to access any of the available Redis web service operations.
A feature-complete JavaScript RedisClient.js library provides the most convenient way to access these services from a web page.
