Tagged Questions
2
votes
1answer
75 views
PHP Riak in place update
From what I can see, when using Riak to update an object, I first need to load the object into PHP, then edit the object, then store the object back to the Riak database.
I was wondering if there is ...