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
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Right now using current (master) pmemkv-nodejs code we can't compile it with pmemkv's 0.8 version, because we've updated the open() function and it uses new config's class (pmem::kv::config, instead of old C version - pmemkv_config; see pmem/pmemkv#381 for new implementation).
Hence if you want to use master's version of nodejs bindings you have to also use master's version of pmemkv. In future we could check available features of pmemkv and turn them on during the build system in this binding repo.
The text was updated successfully, but these errors were encountered:
Right now using current (master) pmemkv-nodejs code we can't compile it with pmemkv's 0.8 version, because we've updated the open() function and it uses new config's class (
pmem::kv::config
, instead of old C version -pmemkv_config
; see pmem/pmemkv#381 for new implementation).Hence if you want to use master's version of nodejs bindings you have to also use master's version of pmemkv. In future we could check available features of pmemkv and turn them on during the build system in this binding repo.
The text was updated successfully, but these errors were encountered: