[][src]Module redisgraph::result_set

Structs

Node

A node returned by RedisGraph.

RedisString

A string returned by Redis.

Relation

A relation returned by RedisGraph.

ResultSet

A result set returned by RedisGraph in response to a query.

Statistics

Statistics returned by RedisGraph about a query as a list of messages.

Enums

Column

A single column of the result set.

Scalar

A scalar value returned by RedisGraph.

Traits

FromRedisValueWithGraph

Implemented by types that can be contructed from a Redis Value and a Graph

Take

Implemented for Redis types with a nil-like variant.