Skip to content

Commit 2b850d9

Browse files
committed
Update docs again
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
1 parent 7799956 commit 2b850d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Valkey/Documentation.docc/Pipelining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let (_,_, getResult) = await valkeyClient.execute(
1616
INCR(key: "foo")
1717
GET(key: "foo")
1818
)
19-
// get returns an optional ByteBuffer
19+
// get returns an optional RESPBulkString
2020
if let result = try getResult.get() {
2121
print(String(result)) // should print 101
2222
}

0 commit comments

Comments
 (0)