Skip to main content

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

    Outperform other persistent KV stores when logging is turned on

Low Cost

    Take advantage of fast SSDs to store data that exceeds memory capacity while still allow fast access

    Leverage tiered-storage in the cloud to further reduce cost of storing large amount of historical 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 properties

    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 popular Redis API, support most popular data structures

    No code modification needed for applications to enjoy the rich features and cost benefits of EloqKV