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.
indirect
1 parent 2bb74ca commit dcf6b20Copy full SHA for dcf6b20
Sources/NIORedis/RESP/RESPValue.swift
@@ -9,7 +9,7 @@ public enum RESPValue {
9
case bulkString(Data)
10
case error(RedisError)
11
case integer(Int)
12
- case array([RESPValue])
+ indirect case array([RESPValue])
13
14
/// Initializes a `bulkString` by converting the provided string input.
15
public init(bulk: String) {
0 commit comments