605 606 607 608 609
# File 'lib/fdbimpl.rb', line 605 def get_key(keysel) transact do |tr| tr.get_key(keysel).value end end