In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Redis::Client

Public Instance Methods

uri() click to toggle source
# File lib/uri/redis.rb, line 107
def uri
  URI.parse 'redis://%s:%s/%s' % [@host, @port, @db]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.