-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
when i set a value, i get a error
let loopGroup = MultiThreadedEventLoopGroup(numThreads: System.coreCount)
let option = RedisClientOptions(port: 6379, host: "127.0.0.1", password: "1234567", database: nil, eventLoopGroup: loopGroup)
let client = RedisClient(options: option)
client.set("aa", "11") { (error, esp) in
print(error)
print(esp)
}it will print
nil
Optional(<Error: RESPError(_storage: NIORedis.RESPError.(_Storage in _00741320934968E7EEA61F1326A5517D))>)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working