Y
Hacker News
new
|
ask
|
show
|
jobs
by
e12e
2653 days ago
It looks like an interesting project - but I'm not sure I understand how it's better than a ram backed sqlite instance. It forces/let's you use the Redis protocol to connect rather than embedding?
1 comments
siscia
2653 days ago
It allow you to access the same dataset from different processes (possible also with SQLite) and machines.
link