You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multi-node distributed key-value store implemented in C++ with support for PUT, GET, REMOVE, RANGE, and PREFIX commands. Uses consistent hashing for key distribution and an r-index for range and …