Module: Redgraph
- Defined in:
- lib/redgraph.rb,
lib/redgraph/edge.rb,
lib/redgraph/node.rb,
lib/redgraph/util.rb,
lib/redgraph/graph.rb,
lib/redgraph/version.rb,
lib/redgraph/node_model.rb,
lib/redgraph/query_response.rb,
lib/redgraph/graph/edge_methods.rb,
lib/redgraph/graph/node_methods.rb,
lib/redgraph/node_model/persistence.rb,
lib/redgraph/node_model/class_methods.rb,
lib/redgraph/node_model/graph_manipulation.rb
Defined Under Namespace
Modules: NodeModel, Util Classes: Edge, Error, Graph, MissingAliasPrefixError, MissingGraphError, Node, QueryResponse, ServerError
Constant Summary collapse
- NOTIFICATIONS_KEY =
"redgraph.query".freeze
- VERSION =
"0.2.3"