RSS
 

Redis Admin UI Overview

9 Jun

Join the new google group or follow demisbellot and ServiceStack for twitter updates.

ServiceStack Redis Web Services including the Redis Admin UI

Included is a ServiceStack web service layer which provide JSON, XML, JSV and SOAP 1.1/1.2 for all of Redis operations. Just like the RedisAdminUI this allows you to fully manage your redis-server instance using javascript from a browser.

Live Demo

A live demo of the RedisAdminUI can be found here http://servicestack.net/RedisAdminUI/AjaxClient/

View the demos live list of the available web services.

Download

ServiceStack.RedisWebServices/downloads

Troubleshooting

Note: if running via XSP you will want to change the 'DefaultRedirectPath' to:

<add key="DefaultRedirectPath" value="AjaxClient/default.htm"/>
 
Comments Off

Posted in Redis Admin UI