We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de26ed6 commit 57a3f2dCopy full SHA for 57a3f2d
Sources/Redis/RedisClient.swift
@@ -18,10 +18,10 @@ import NIORedis
18
public let DefaultRedisPort = 6379
19
20
/// Create a Redis client object
21
-public func createClient(port : Int = DefaultRedisPort,
22
- host : String = "127.0.0.1",
+public func createClient(port : Int = DefaultRedisPort,
+ host : String = "127.0.0.1",
23
password : String? = nil,
24
- db : Int? = nil,
+ db : Int? = nil,
25
eventLoopGroup : EventLoopGroup? = nil)
26
-> RedisClient
27
{
0 commit comments