Skip to content

Key Value store in place of Redis #320

Answered by roseduan
vibhuh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi.

RoseDB is based on a very simple storage model, put a new key/value pair consists of a disk write(append only) and a memory update.
And this is almost the same with redis(depends on Redis AOF strategy).
So the performance maybe almost the same, you can write a simple benchmark.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by roseduan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants