alias Redis::Graph::Value

Alias Definition

Array(Redis::Graph::Value) | Bool | Float64 | Hash(String, Redis::Graph::Value) | Int64 | Redis::Graph::Node | Redis::Graph::Relationship | String | Nil

Defined in:

graph/value.cr

Class Method Summary

Class Method Detail

def self.from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) : Redis::Graph::Value #

[View source]