class Xcflushd::GLIHelpers::RedisURI

Constants

DEFAULT_PORT

Public Class Methods

match(s) click to toggle source
# File lib/xcflushd/gli_helpers.rb, line 60
def self.match(s)
  GenericURI.new(s, DEFAULT_PORT)
end