Redis has finally attended Graphs 101
Current Version: 0.2
It's a fork of the redis, which is a data-structure server that supports strings, lists, hashes, sets, and sorted sets.
The goal of this project is to extend redis by adding graphs support to it.
On Docker Hub: Here
Quick Start
docker run -p 6379:6379 omarqunsul/graph-redis
You can read the first article published about this project here
It's available here on Github