struct Redis::Graph::Indices(T)

Defined in:

graph/indices.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(graph : Graph::Client(T)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(graph _graph = @graph) #

[View source]
def create(label : String, property : String) #

[View source]
def create(label : String, properties : Enumerable(String)) #

[View source]
def graph : Graph::Client(T) #