You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a src/clj_fdb/subspace/subspace.clj file which contains simple wrapper functions over com.apple.foundationdb.subspace.Subspace. This is similar to what I've done with src/clj_fdb/transaction.clj or src/clj_fdb/tuple/tuple.clj
Add relevant tests to ensure that the functionality is working properly
Replace fixtures in all tests to use a randomly generated subspace when running tests
Update the README to indicate that these functions are available.
The user of the library should be able to "just" use the set
operation, whether it is to directly set a key-value into FDB or it is
to set a subspaced key-value into FDB.
Updates #13
The user of the library should be able to "just" use the set
operation, whether it is to directly set a key-value into FDB or it is
to set a subspaced key-value into FDB.
Updates #13
src/clj_fdb/subspace/subspace.clj
file which contains simple wrapper functions overcom.apple.foundationdb.subspace.Subspace
. This is similar to what I've done withsrc/clj_fdb/transaction.clj
orsrc/clj_fdb/tuple/tuple.clj
Javadoc for reference
The text was updated successfully, but these errors were encountered: