593 594 595 596 597
# File 'lib/fdbimpl.rb', line 593 def clear(key) transact do |tr| tr.clear(key) end end