Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.3 KB

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/

Demo Screenshot

View the demos live list of the available web services.

API Screenshot

#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"/>