struct

FalkorDB::Constraints

Inherits Struct < Value < Object

Constructors

new(graph : Graph, redis : Redis::Commands, key : String, cache : Cache)
Source

Instance methods

cache
clone
Source
copy_with(graph _graph = @graph, redis _redis = @redis, key _key = @key, cache _cache = @cache)
Source
create(constraint_type : Type, *, node_label : String, properties : Array(String))
Source
create(constraint_type : Type, *, relationship_type : String, properties : Array(String))
Source
drop(constraint_type : Type, *, node_label : String, properties : Array(String))
Source
drop(constraint_type : Type, *, relationship_type : String, properties : Array(String))
Source
graph
key
list
Source
list(*, node label : String)
Source
list(*, relationship type : String)
Source
redis

Nested types