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.array
1 parent dd58fb2 commit 51e18f7Copy full SHA for 51e18f7
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
- indirect case array([RESPValue])
+ case array([RESPValue])
13
14
/// Initializes a `bulkString` by converting the provided string input.
15
public init(bulk: String) {
0 commit comments