class Redis::Graph::Cache

Defined in:

graph/cache.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(redis : Redis::Commands, key : String) #

[View source]

Instance Method Detail

def clear #

[View source]
def key : String #

[View source]
def label(label_id : Int64) : String #

[View source]
def labels #

[View source]
def properties #

[View source]
def property(property_id : Int64) : String #

[View source]
def redis : Commands #

[View source]
def refresh_properties : Nil #

[View source]
def relationship_types #

[View source]