Versions in this module Expand all Collapse all v1 v1.0.0 Aug 19, 2018 Changes in this version + type Edge struct + Destination *Node + Properties map[string]interface{} + Relation string + Source *Node + func (e *Edge) String() string + type Graph struct + Conn redis.Conn + Edges []*Edge + Name string + Nodes map[string]*Node + func (g *Graph) AddEdge(e *Edge) error + func (g *Graph) AddNode(n *Node) error + func (g *Graph) Commit() (QueryResult, error) + func (g *Graph) Delete() error + func (g *Graph) ExecutionPlan(q string) (string, error) + func (g *Graph) Query(q string) (QueryResult, error) + func (g Graph) New(name string, conn redis.Conn) Graph + type Node struct + Alias string + ID string + Label string + Properties map[string]interface{} + func (n *Node) String() string + type QueryResult struct + Results [][]string + Statistics []string + func (qr *QueryResult) PrettyPrint() Incompatible versions in this module v2.0.2+incompatible Jan 20, 2020 v2.0.1+incompatible Oct 20, 2019 v2.0.0+incompatible Sep 12, 2019