vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Add a wrapper fn for registering a watch on a key #11

Open vedang opened 6 years ago

vedang commented 6 years ago

Add a simple wrapper fn for registering a watch on a key in the src/clj_fdb/transaction.clj file. This is a very basic change. In the future, we will tie-in APIs that can register callbacks around this watch a key pattern.

Java docs reference

This issue duplicates #9