Recommendations for Key value based DB

hi,

I want something with a simple setup, network interface, a nice clean
Ruby idiomatic binding, fast but it doesnt have to necessarily store
gobs of data, this will be running within our network so auth is just a
plus.

Looked at Redis yesterday. But thought to ask for input , it obviously
should play nice with Jruby and hopefully keep up with Jruby releases.

thanks in advance

Charles

Works fine with jedis.

ok, saw the example Java api, yeah I guess the Jruby magic will make
that api pretty straightforward, and I suppose that it would thus be a
better client than using the the redid-rb client.

Thanks for pointing it out

Charles

Might want to give Moneta a try https://github.com/minad/moneta

thank you very much , looks very interesting including the fact that you
can use Moneta for Sinatra session store.

Charles