On 9 Apr 2014, at 3:59, Paul Walk wrote: > However, the only available delete method I can find is via the bucket. This > method does not take a bucket-type parameter, so a call to the bucket to > delete a given key is actually operating in the wrong namespace - the default > one, rather than the bucket-typed one.
CRDT deletion is handled through the `RObject`: ``` bucket = client.bucket 'maps' robject = bucket.get 'my_crdt_name' robject.delete type: 'maps' ``` I agree that the Ruby client interface for bucket types needs some work: it's functional right now, but not great. Once the push for 2.0 is done, I'd like to make it a bit more monadic *\*dodges thrown burrito\**. Bryce
smime.p7s
Description: S/MIME digital signature
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
