Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conform to database kit, added auth #95

Merged
merged 7 commits into from
Mar 29, 2018

Conversation

pedantix
Copy link
Member

@tanner0101

  • Conformed To Database Connection Provider
  • Cleaned up per swiftlint
  • Added Redis "Auth" in because it would be helpful

/// Create a new `RedisClientConfig`
public init(hostname: String, port: Int) {
self.hostname = hostname
self.port = port
}

public init(hostname: String, port: Int, password: String) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could do a default arg on the main init instead

tanner0101
tanner0101 previously approved these changes Mar 27, 2018
@tanner0101 tanner0101 added bug Something isn't working enhancement New feature or request labels Mar 27, 2018
@tanner0101 tanner0101 mentioned this pull request Mar 28, 2018
@tanner0101
Copy link
Member

Got a failure the first run, now it's working. Hmm.. >_>. If you run this branch locally multiple times does it always succeed?

@tanner0101 tanner0101 merged commit b451896 into vapor:master Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Vapor 3
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants