Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
FalkorDB::Constraints::Constraint
FalkorDB::Constraints::EntityType
FalkorDB::Constraints::Status
FalkorDB::Constraints::Type