I need a recommendation for a key-value store. Here's my criteria:
put
) will happen only occasionally, always in large datasets (bulk)Get
will be random and needs to be fastRedis sounds like the right thing to use here. It's all in memory so it's very fast (The GET and SET operations are both O(1)) and it supports both Ruby and Java clients.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With