class Redis

def self.connect(options = {})

Deprecated:
  • The preferred way to create a new client object is using `#new`.
def self.connect(options = {})
  new(options)
end