Skip to content

Apache HBase vs Redis

A side-by-side look at Apache HBase and Redis. For an in-depth review of either product, follow the links below.

Apache HBase

Apache HBase

Development

Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable. It is written in Java and provides fast random access to large amounts of structured data.

distributednonrelationalbig-datahadoop
Redis

Redis

Development

Redis is an open-source, in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes and streams.

cachinginmemorykeyvalue-store

Related Comparisons