Preferences

Another under the radar Apache project I've found myself using is Apache KvRocks

https://github.com/apache/kvrocks

It's a Redis compatible database on top of RocksDB, so unlike Redis it uses the disk instead of RAM, but you can control how much data is cached in RAM, obviously Kvrocks will be slower than Redis for uncached data.

Useful in situations where you want a KV data store that isn't limited by your memory specs but is compatible with everything that speaks Redis.


Cool. This post is right beside the 37signals one[1] that mentions SolidCache[0] "A database-backed ActiveSupport::Cache::Store".

I discovered two solutions in one day.

[0] https://github.com/rails/solid_cache

[1] https://www.hackerneue.com/item?id=38710927

The advantage with kvrocks is that it supports the Redis protocol, so you can use all the drivers, tools, cluster tools for Redis.
I've used this one too. It works well.

This item has no comments currently.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal