paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 163 forks source link

How junodb is different from redis any use cases where I can prefer junodb over redis? #127

Closed FuncGuy closed 1 year ago

varuntechie commented 1 year ago

Redis is a single threaded application so may not be much useful for CPU bound use cases. Juno is written in GoLang and multi threaded application which is well suited for CPU bound use cases.