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.
RESPValue.description
1 parent d458492 commit 788f69dCopy full SHA for 788f69d
Sources/RedisNIO/RESP/RESPValue.swift
@@ -90,7 +90,6 @@ extension RESPValue: CustomStringConvertible {
90
case .null: return "NULL"
91
case let .array(elements): return "[\(elements.map({ $0.description }).joined(separator: ","))]"
92
case let .error(e): return e.message
93
- default: return ""
94
}
95
96
0 commit comments