Adventures in Distributed Systems
Who are we?


Scalien is a startup developing open-source, cutting-edge distributed systems.

Go to scalien.com

Keyspace 1.7: new HTTP API, C# client libs

by Marton Trencseni on 2010/06/17

Keyspace 1.7.0 is out the door. Changes include:

  1. New HTTP API: the old comma-separated parameter list is gone, instead you specify named parameters like:

    http://localhost:8080/set?key=name&value=mtrencseni

    Check out the updated HTTP API docs for more details.

  2. New C# client libs. I haven't written up API docs for it yet, will get to it soon. The Windows package now includes a bin/csharp folder with two files: keyspace_client.dll and KeyspaceClient.dll. In your C# project, add KeyspaceClient.dll as a reference and make sure keyspace_client.dll is in your project's working directory.
  3. fixed a bug in SingleKeyspace where commands were not OK'd until a SUBMIT was submitted by the client.

Back to work on our secret new scalable database project.


- Marton Trencseni


blog comments powered by Disqus