arthurprs / sucredb

Distributed KV database with causality tracking
MIT License
52 stars 5 forks source link

Single shard atomic writes #8

Closed arthurprs closed 6 years ago

arthurprs commented 6 years ago

Support Redis MULTI/EXEC commands that hit the same shard key. This is possible by keys hash tags like: user:{123}, friends_set:{123}, .etc.

arthurprs commented 6 years ago

Implemented in #9