riak

Riak database PHP extension


Fast protocol buffers client for Riak database and session module.

License: Apache 2

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.2.0 2014-06-22 riak-1.2.0.tgz
1.1.6 2014-05-15 riak-1.1.6.tgz
1.1.5 2014-04-17 riak-1.1.5.tgz
1.1.4 2014-03-20 riak-1.1.4.tgz
1.1.3 2013-12-20 riak-1.1.3.tgz
Show all releases

Changelog

Version Message
1.2.0 Fixes issue 78: Segmentation fault with numeric key
Fixes issue 80: Support lazy connection
1.1.6 Fixes issue 73: Secondary index - multiple values:
Too keep backward compatibility indexes with only one value will still point to a string but indexes with multiple values will instead have an array of strings.
1.1.5 Since 1.1.4
New: Object now allows contentEncoding, contentType, content and vTag to be set to NULL.
Fixes issue 72: Riak HTTP stops working after update
1.1.4 Since 1.1.3
Fixes serious issue 68: Protobuf implementation not thread safe.
1.1.3 Since 1.0 stable
Features:
Issue 10: Automatic retry implemented and set to 1 retry by default
Issue 50: vClock now gets read from object if not present in input, making vclock easier to work with.
Issue 54: Conflict resolver can now be set on a bucket or passed along to the get function, which can make conflict resolving a lot easier.
Fixes:
Issue 55: Implemented missing getter for last modified on object.
Show complete changelog