This is a Riak storage backend that uses WiredTiger, an Erlang interface to the WiredTiger k/v pair storage engine, and an abstract async thread-pool layer for Erlang's NIF API called c_src/async_nif.h.
Find a file
Keith Bostic 33b25e6a2b Change the cache_size type to a string (it's usually something like 100MB,
not a pure integer).

Remove "exclusive" from the list of options, it's not in the 1.0 release.

Set the cache_size for the test, just to prove it works.
2012-02-16 10:54:21 -05:00
c_src Add cursor create/close functions. 2012-02-15 14:31:40 -05:00
src Change the cache_size type to a string (it's usually something like 100MB, 2012-02-16 10:54:21 -05:00
.gitignore Basics of conn/session instantiation working 2011-12-21 21:46:35 -07:00
Makefile Initial commit 2011-12-18 13:54:46 -07:00
rebar Initial commit 2011-12-18 13:54:46 -07:00
rebar.config Basics of conn/session instantiation working 2011-12-21 21:46:35 -07:00