Computer Science Experimentation

Sunday, March 24, 2013

Redis REST with WCF




This blog presents a Redis REST server using Microsoft Window Communication Foundation (WCF).
The servers is written in F#.
The server is tested with a Web browser HTML/javascript example.
The security features is not included yet and it will be address in future blog.
Redis for Windows is available for download from Microsoft Open Technologies Inc. at  https://github.com/MSOpenTech.. 
The Redis server was started using redis-server.exe at a command prompt window. 
The tests were performed using F# interactive inside Visual Studio Express 2012 for Web.
The Redis .NET driver used was from http://code.google.com/p/booksleeve/
You can find the document with all tests, script and source code at :
https://skydrive.live.com/#!/view.aspx?cid=BDC87EF39B001785&resid=BDC87EF39B001785%214093&app=Word

Thursday, March 21, 2013

Redis tests with F# using booksleeve driver

This document reports results related to testing Redis in Windows with F# and more specifically with F# interactive.
Redis for Windows is available for download from Microsoft Open Technologies Inc. at  https://github.com/MSOpenTech.. 
The Redis server was started using redis-server.exe at a command prompt window. 
The tests were performed using F# interactive inside Visual Studio Express 2012 for Web.
The Redis .NET driver used was from http://code.google.com/p/booksleeve/ .

The tests were based on the C# test examples from http://code.google.com/p/booksleeve/source/browse/#hg%2FTests .

You can find the document with all tests, script and source code at :
https://skydrive.live.com/#!/view.aspx?cid=BDC87EF39B001785&resid=BDC87EF39B001785%214090&app=Word