Skip to content

RESPError #1

@epoll-j

Description

@epoll-j

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions