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.
1 parent eed536c commit 245303eCopy full SHA for 245303e
Sources/Valkey/Cluster/ValkeyClusterClient.swift
@@ -328,7 +328,7 @@ public final class ValkeyClusterClient: Sendable {
328
///
329
/// Transactions come only affect keys coming from the same HashSlot.
330
331
- /// This is an alternative version of the transaction function ``ValkeyCluster/transaction(_:)->(_,_)``
+ /// This is an alternative version of the transaction function ``ValkeyClusterClient/transaction(_:)->(_,_)``
332
/// that allows for a collection of ValkeyCommands. It provides more flexibility but the command
333
/// responses are returned as ``RESPToken`` instead of the response type for the command.
334
0 commit comments