EloqKV
The Revolutionary Distributed Key-Value Database.
High Performance
Match the best in-memory data stores when data fit in memory and persistency is turned off
Significantly outperform other durable KV stores with persistency on
Low Cost
Take advantage of fast SSDs to store data that exceeds memory capacity
Leverage tiered-storage in the cloud to further reduce cost while maintaining sub-second access latency for cold data
Scalable and Elastic
Scale-up with multicore, and scale-out to multiple nodes in a cluster
Support dynamic scaling as workload changes, without service disruption (currently in Beta)
Fully ACID
Transactional distributed KV store with full ACID capabilities
Redis transaction commands are supported in either single node mode or cluster mode with the same semantics
Highly Available
Replicate data to multiple servers to provide fault-tolerance
Support hot standbys so that failure can be recovered in sub-seconds (currently in Beta)
Redis Compatible API
Implement the Redis API, support most popular data structures
No code modification needed for applications to enjoy the rich features and cost benefits of EloqKV