RedisGraph (2020)
Date:
By: Philip Howard and Daniel Howard
Classification: InBrief
RedisGraph is the graph database module for Redis where, by “module” the company means functionality embedded into the product as opposed to something tacked on top.
RedisGraph is a property graph database that stores data using sparse adjacency matrices against which it employs linear algebra. At least theoretically this is significantly more efficient, in terms of both storage and performance, than the adjacency lists typically used by other providers. It supports a subset of openCypher for graph traversal.