# Functions

No description provided by the author
Deletes the given resources from the graph, does chunking for you and returns errors related to individual resources.
Updates the given resources in the graph, does chunking for you and returns errors related to individual edges.
Inserts the given resources into the graph, does chunking for you and returns errors related to individual resources.
Inserts the given edges grouped by source.
Updates the given resources in the graph, does chunking for you and returns errors related to individual resources.
Deletes resources with the given UIDs, transparently builds query for you and returns the reponse and errors given by redisgraph.
Deletes all resources for given cluster.
No description provided by the author
Returns the result, any errors when encoding, and any error from the query itself.
GetIndexes - returns map to hold all resource kinds that have index built in redisgraph.
Inserts given resources into graph, transparently builds query for you and returns the response and errors given by redisgraph.
Tells whether the error in question is representative of the redis connection dying.
Test for specific redis graph update error.
No description provided by the author
No description provided by the author
No description provided by the author
Sanitizes openCypher query.
Returns a result set with all INTRA edges within the clusterName.
No description provided by the author
Updates given resources into graph, transparently builds query for you and returns the reponse and errors given by redisgraph.
No description provided by the author
Tells whether the given clusterName is valid, i.e.

# Constants

Used for the chunked operations in other files.
TODO read graph name from config.
ReadinessProbe runs every 30 seconds, this keeps the connection alive between probe intervals.

# Variables

ExistingIndexMap - map to hold all resource kinds that have index built in redisgraph.
A global redis pool for other parts of this package to use.
No description provided by the author

# Structs

Represents the results of a chunked db operation.
Describes a relationship between resources.
No description provided by the author
Real redis graph V1 version - structure for RedisGraph - Pool decides which version to use.
Resource - Describes a resource (node).

# Interfaces

Interface for the DB dependency.