Does RedisGraph support distributed?

Hello, I have some question.
Does RedisGraph support distributed?Why does this URL https://www.slideshare.net/RedisLabs/redis-day-tlv-2018-graph-distribution?from_action=save show support for distributed, but this URL https://redislabs.com/blog/release-redisgraph-v1-0-preview/ display does not support distributed across multiple clusters? Is it using the distributed function of Redis?

The first link and the talk given only describes alternatives/options in which we could consider distributing our data, we’ve yet to investigate/implement any of the ideas presented,
currently RedisGraph does not distribute a single graph across multiple nodes.

You can replicate your entire graph on multiple nodes (master/slaves), or multiple clusters (replica-of) using Redis replication mechanism