class FDB::Database

def clear_and_watch(key)

def clear_and_watch(key)
  transact do |tr|
    tr.clear(key)
    tr.watch(key)
  end
end