class TFSGraph::Config

Attributes

graph[RW]
tfs[RW]

Public Instance Methods

redis(url: url, namespace: namespace) click to toggle source
# File lib/tfs_graph/config.rb, line 5
def redis(url: url, namespace: namespace)
  ServerRegistry.register do |r|
    r.redis url: url, namespace: namespace
  end
end