Live data from Hacker News

KeyDB CEO Interview: Getting into YC with a Fork of Redis

console.dev

1–10 of 77 posts

Re: KeyDB CEO Interview: Getting into YC with a Fork of Redis

#3
post #2

Any experience with KeyDB in production? Is the Flash support in KeyDB still only in "Pro" version? Cannot find anything in the docs.

Yea FLASH is only in the Enterprise version. At a rough level the open source is the best cache we can make while pro/enterprise is the best full featured database. It’s not fully there yet but the end goal is you can get caching and persistence in one place.

Re: KeyDB CEO Interview: Getting into YC with a Fork of Redis

#7
post #5

Probably off-topic but I'm curious about the HPE and Huawei logos on KeyDB's website [0]. What is their involvement in their project? 0: https://keydb.dev/

They’re users. We were pretty bad at asking for logos and just started down that road. Honestly if I had one regret it’s not doing more user outreach.

Re: KeyDB CEO Interview: Getting into YC with a Fork of Redis

#8
This is totally going to be a Hacker News Bingo type of question.

But has anyone tried to do a clean room implementation of Redis using Rust, but speaks the same wire protocol? You would get the zero-cost multi-threading, memory safety, etc, and it would be a drop in replacement.

Re: KeyDB CEO Interview: Getting into YC with a Fork of Redis

#9
post #2

Any experience with KeyDB in production? Is the Flash support in KeyDB still only in "Pro" version? Cannot find anything in the docs.

Someone on my team looked at it, and for our workload (lots of MGETs per query) it wasn't that much better than redis. We may still go with it though, our GCP Memorystore instance is pretty much at 100% CPU constantly.

We have still yet to evaluate Redis6.

Re: KeyDB CEO Interview: Getting into YC with a Fork of Redis

#10
post #3
post #2

Any experience with KeyDB in production? Is the Flash support in KeyDB still only in "Pro" version? Cannot find anything in the docs.

Yea FLASH is only in the Enterprise version. At a rough level the open source is the best cache we can make while pro/enterprise is the best full featured database. It’s not fully there yet but the end goal is you can get caching and persistence in one place.

What persistence options does KeyDB has that Redis doesn't?
Post reply on HN