Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add wrapper fns for Subspace functionality #13

Closed
vedang opened this issue May 20, 2018 · 1 comment
Closed

Add wrapper fns for Subspace functionality #13

vedang opened this issue May 20, 2018 · 1 comment
Labels
Milestone

Comments

@vedang
Copy link
Owner

vedang commented May 20, 2018

  1. 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
  2. Add relevant tests to ensure that the functionality is working properly
  3. Replace fixtures in all tests to use a randomly generated subspace when running tests
  4. Update the README to indicate that these functions are available.

Javadoc for reference

@vedang
Copy link
Owner Author

vedang commented Jul 3, 2018

Closed by #21

@vedang vedang closed this as completed Jul 3, 2018
vedang added a commit that referenced this issue Jun 28, 2021
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
vedang added a commit that referenced this issue Jun 28, 2021
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant