module Redis::Graph::Serializable::Node

Defined in:

graph/serializable.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(metadata : Redis::Graph::Serializable::Node::Metadata, properties : Array, cache) #

[View source]

Class Method Detail

def self.from_redis_graph_value(node_type : T.class, value_type : Redis::Graph::ValueType, value, cache) : T forall T #

[View source]

Instance Method Detail

def unknown_redis_graph_node_property(key, value) #

[View source]