class Sentry::Redis

def initialize(commands, host, port, db)

def initialize(commands, host, port, db)
  @commands, @host, @port, @db = commands, host, port, db
end