class Riak::Multiexist
Coordinates a parallel exist? operation for multiple keys.
Private Instance Methods
work(bucket, key)
click to toggle source
# File lib/riak/multiexist.rb, line 10 def work(bucket, key) bucket.exists?(key) end