vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.

Home Page:https://vedang.github.io/clj_fdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for running core functions asynchronously.

vedang opened this issue · comments

Describe the Class missing in the Clojure library

List of tasks

  • Add wrapper fns for the requested Class according to the conventions of the library.
  • Add relevant tests for the namespace.
  • Update README and mention that the Class has a wrapper ns in the library.
  • Support asynciterable operations for get-range

Additional Context if any
This change is a base requirement for adding support for watches #11