fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

possible to do this implementation with disk backed solution like pika? #33

Open hiqbn opened 5 years ago

hiqbn commented 5 years ago

https://github.com/Qihoo360/pika

Possible for pedis to be doing this? disk backed solution with rocksdb or something.

fastio commented 5 years ago

Pedis will be constructed based on Scylla which implements many features needed by most modern distributed storage system. For instances, automatic failover, reliable fault tolerance, low latency, higher throughput and highly scalable.

If Pedis based on Scylla, it will use these features. Actually the data in the Pedis persisted to SSTables implemented by Scylla.