Adventures in Distributed Systems
Who are we?


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

Go to scalien.com

Keyspace 1.2 Release

by Marton Trencseni on 2009/10/01

We are releasing version 1.2 of Keyspace, our consistently replicated key-value store. The major news is the release of Python and PHP client libraries. Here's the full list of changes.

  1. Added Python and PHP client libraries; this means we have C, Python and PHP covered.
  2. Added HTTP JSON API; For example, http://localhost:8080/json/listkeys?/test returns the following JSON object: {"/test":["/test/i:0","/test/i:1","/test/i:2"]}.
  3. Fixed some bugs in server code.
  4. Fixed some bugs in Python code.
  5. Removed deprecated latency command.

Download 1.2 here.


- Marton Trencseni


blog comments powered by Disqus