Settings

Theme

Ask HN: What's Faster than Redis

1 points by greato 9 years ago · 2 comments · 1 min read


Is it even possible to create a faster data structure server? Redis is written in C and made the design choices to be very, very fast.

onion2k 9 years ago

Is it even possible to create a faster data structure server?

It's probably not reasonably possible to make a faster general solution, but you could implement something that maps your specific needs to memory in a faster way, essentially removing the cases that Redis needs to handle that don't apply to your data.

tqh 9 years ago

Yes, https://github.com/fastio/pedis

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection