Skip to content

Commit

Permalink
Fixed documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvanstraten committed Sep 29, 2023
1 parent 0321b25 commit b98edc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyRedis/Connection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class RedisConnection {

- Parameter cmd: The packed command data to be sent.
- Parameter count: The number of commands to be sent.
- Returns: An array of parsed ``RedisValue` objects representing the responses.
- Returns: An array of parsed ``RedisValue`` objects representing the responses.
- Throws: An error if the command sending or response receiving fails.
*/
public func request_packed_cmds(_ cmd: Data, count: Int) async throws -> [RedisValue] {
Expand Down

0 comments on commit b98edc6

Please sign in to comment.