struct Redis::Graph::Node

Defined in:

graph.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Int64, labels : Array(String), properties : Hash(String, Array(Redis::Value) | Int64 | String | Nil)) #

[View source]

Class Method Detail

def self.from?(array : Array(Redis::Value)) #

[View source]

Instance Method Detail

def id : Int64 #

[View source]
def labels : Array(String) #

[View source]
def properties : Hash(String, Property) #

[View source]