You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set('/foo/bar','the new data',:check=>'the current data')# which would dodata,stat=zk.get('/foo/bar')ifdata == opts[:check]zk.set('/foo/bar','the new data',:version=>stat.version)elseraiseCheckAndSetAssertionFailed,"You think it's '#{opts[:check]}' but it's '#{data}'"# yes, that's a reference to The Wireend
with some number of :retries perhaps
The text was updated successfully, but these errors were encountered:
for the concurrency-enthusiasts
with some number of
:retries
perhapsThe text was updated successfully, but these errors were encountered: