DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Ehcache vs. Memgraph vs. Redis vs. SiriDB vs. Stardog

System Properties Comparison Ehcache vs. Memgraph vs. Redis vs. SiriDB vs. Stardog

Editorial information provided by DB-Engines
NameEhcache  Xexclude from comparisonMemgraph  Xexclude from comparisonRedis  Xexclude from comparisonSiriDB  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionA widely adopted Java cache with tiered storage optionsAn open source graph database built for real-time streaming and compatible with Neo4jPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.Open Source Time Series DBMSEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelKey-value storeGraph DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceTime Series DBMSGraph DBMS
RDF store
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.64
Rank#68  Overall
#8  Key-value stores
Score3.19
Rank#94  Overall
#8  Graph DBMS
Score155.94
Rank#6  Overall
#1  Key-value stores
Score0.07
Rank#378  Overall
#42  Time Series DBMS
Score2.07
Rank#122  Overall
#11  Graph DBMS
#6  RDF stores
Websitewww.ehcache.orgmemgraph.comredis.com
redis.io
siridb.comwww.stardog.com
Technical documentationwww.ehcache.org/­documentationmemgraph.com/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.siridb.comdocs.stardog.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperTerracotta Inc, owned by Software AGMemgraph LtdRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.CesbitStardog-Union
Initial release20092017200920172010
Current release3.10.0, March 20227.2.5, May 20247.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses availableOpen Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoMIT Licensecommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageJavaC and C++CCJava
Server operating systemsAll OS with a Java VMLinuxBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
LinuxLinux
macOS
Windows
Data schemeschema-freeschema-free and schema-optionalschema-freeyesschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infoNumeric datayes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonononono infoImport/export of XML data possible
Secondary indexesnoyes infowith RediSearch moduleyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLnonowith RediSQL modulenoYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsJCacheBolt protocol
Cypher query language
proprietary protocol infoRESP - REdis Serialization ProtocolHTTP APIGraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesJava.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresnoLua; Redis Functions coming in Redis 7 (slides and Github)nouser defined functions and aggregates, HTTP Server extensions in Java
Triggersyes infoCache Event Listenerspublish/subscribe channels provide some trigger functionality; RedisGearsnoyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesSharding infoby using Terracotta ServerSharding infodynamic graph partitioningSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoby using Terracotta ServerMulti-source replication using RAFTMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yesMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable Consistency (Strong, Eventual, Weak)Immediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency in HA-Cluster
Foreign keys infoReferential integritynoyes inforelationships in graphsnonoyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infosupports JTA and can work as an XA resourceACID infowith snapshot isolationAtomic execution of command blocks and scripts and optimistic lockingnoACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyes infousing a tiered cache-storage approachyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyesyes
User concepts infoAccess controlnoUsers, roles and permissionsAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
simple rights management via user accountsAccess rights for users and roles
More information provided by the system vendor
EhcacheMemgraphRedisSiriDBStardog
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
EhcacheMemgraphRedisSiriDBStardog
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Scaling Australia's Most Popular Online News Sites with Ehcache
6 December 2010, InfoQ.com

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

DZone Coding Java JBoss 5 to 7 in 11 steps
9 January 2014, dzone.com

provided by Google News

Enhance Your Network Analysis with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

Redis moves to source-available licenses
25 March 2024, InfoWorld

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks and Files

In-memory database Redis wants to dabble in disk
19 October 2023, The Register

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

provided by Google News



Share this page

Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here