HyperDex
HyperDex copied to clipboard
HyperDex is a scalable, searchable key-value store
Same for every `atomic_*` function.
Allowing to cut needless network traffic.
Expose the fd that should be watched to see activity in the client. Useful for things like EventMachine to hook onto.
The following (Ruby) code hangs reliably: ``` require 'hyperdex' c = HyperDex::Client::Client.new('localhost', 1982) c.loop ``` I would expect `c.loop` to raise an exception instead, the same way this code does:...
After successful compilation, I tried to load the binding manually: `irb -r ./hyperdex.so` This generates the output: `/Users/stefan/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in 'require':LoadError: cannot load such file -- ./hyperdex.so` Any Ideas? Might this be...
I followed the instructions [here](http://hyperdex.org/doc/latest/InstallingHyperDex/#sec:installation:git) and things went smoothly until the following error message was printed: ``` MAN man/hyperdex-daemon.1 help2man: can't get `--help' info from /home/derek/code/HyperDex/HyperDex/hyperdex-daemon Try `--no-discard-stderr' if option...
I test hyperdex example node.js code, and i found that code is not working. I fix bugs and modernize example and start it. Script leaks very fast. And It is...
Saw this warning when upgrading on Debian Unstable: Processing triggers for dbus (1.8.6-1) ... insserv: Script hyperdex-coordinator is broken: incomplete LSB comment. insserv: missing `Required-Start:' entry: please add even if...