Method: FDB::Transaction#watch

Defined in:
lib/fdbimpl.rb

#watch(key) ⇒ Object



911
912
913
914
# File 'lib/fdbimpl.rb', line 911

def watch(key)
  key = FDB.key_to_bytes(key)
  FutureNil.new(FDBC.fdb_transaction_watch(@tpointer, key, key.bytesize))
end