Riak-Cpp <http://github.com/ajtack/riak-cpp>, a C++ driver for Riak store
access, has been released at version
0.1<http://github.com/ajtack/riak-cpp/blob/b1c2712cb539dd3cf83555200ee42ee91dac9643/README.markdown>.
>From the release notes:

This is the first versioned release of Riak-Cpp. The goal was correct
key-value functionality with perfectly asynchronous requests.

Supported compilers:
 * VS2010
 * gcc-4.4
 * gcc-4.5

Supported libraries:
 * Boost v1.46+
 * Protocol Buffers v2.x

Operations Supported
 * Get a value
 * Delete a key
 * Store a value

In addition, the following are supported:
 * Roll-Your-Own connection pooling (a default is provided)
 * Timeouts for store accesses of any kind
 * Storage access paremeters (R, W, etc.) for all implemented operations.
 * Asynchronous behavior, allowing performant code
 * Automatic sibling resolution

Love,
 Andres Jaan
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to