microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

Can FASTER replace Redis? Is there a caching mechanism similar to Redis RDP? #869

Closed BoyFaceGirl closed 1 year ago

BoyFaceGirl commented 1 year ago

What is the essential difference between FASTER and memercache? Compared to memercache, which is more advantageous in terms of write speed or query speed? Compared to Redis?

badrishc commented 1 year ago

FASTER is a key-value library that can be used in any application or service. Check our research papers here for more comparisons to other systems.