struct Redis::Graph::Constraints(T)
  
  - Redis::Graph::Constraints(T)
 - Struct
 - Value
 - Object
 
Defined in:
graph/constraints.crConstructors
Instance Method Summary
- #cache : Cache
 - #clone
 - #copy_with(graph _graph = @graph, redis _redis = @redis, key _key = @key, cache _cache = @cache)
 - #create(label_or_relationship_type, constraint_type : Type, entity_type : EntityType, property : String)
 - #create(label_or_relationship_type, constraint_type : Type, entity_type : EntityType, properties : Array(String))
 - #graph : Graph::Client(T)
 - #key : String
 - #list
 - #list(*, node label : String)
 - #list(*, relationship type : String)
 - #redis : T
 
Constructor Detail
Instance Method Detail
        
        def copy_with(graph _graph = @graph, redis _redis = @redis, key _key = @key, cache _cache = @cache)
        #
      
      
      
        
        def create(label_or_relationship_type, constraint_type : Type, entity_type : EntityType, property : String)
        #
      
      
      
        
        def create(label_or_relationship_type, constraint_type : Type, entity_type : EntityType, properties : Array(String))
        #