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 7f297eb commit 852b1a3Copy full SHA for 852b1a3
Sources/Valkey/RESP/RESPCommand.swift
@@ -19,7 +19,8 @@ public protocol RESPCommand: Sendable {
19
associatedtype Response: RESPTokenRepresentable = RESPToken
20
associatedtype Keys: Collection<RESPKey>
21
22
- /// Keys affected by command
+ /// Keys affected by command. This is used in cluster mode to determine which
23
+ /// shard to connect to.
24
var keysAffected: Keys { get }
25
26
///
0 commit comments