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 d16658d commit eb2b8bfCopy full SHA for eb2b8bf
Sources/Valkey/Cluster/ValkeyClusterClient.swift
@@ -477,6 +477,7 @@ public final class ValkeyClusterClient: Sendable {
477
///
478
/// - Parameters:
479
/// - keys: Keys affected by operation. This is used to choose the cluster node
480
+ /// - readOnly: Is this connection only going to be used with readonly commands
481
/// - isolation: Actor isolation
482
/// - operation: Closure handling Valkey connection
483
/// - Returns: Value returned by closure
0 commit comments