clj-foundationdb icon indicating copy to clipboard operation
clj-foundationdb copied to clipboard

A Clojure wrapper for FoundationDB

Results 3 clj-foundationdb issues
Sort by recently updated
recently updated
newest added

When you do `(get-val tr "test")` it's the same as `(get-val tr ["test"])`. I'm pretty sure that's what you intended, but from the point of view of somebody who is...

**Is your feature request related to a problem? Please describe.** Provide function to return metrics **Describe the solution you'd like** `GET \xff\xff/status/json` returns the metrics for the cluster as JSON...

When we pass limit value to `lass-less-than` or `last-less-than-equal` it seems to go to the value and then move forward from there for the given offset. E.g. `bar1` gives `bar`...