You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: App wants to know the commands and resultant load per cluster node (e.g. 'info [section]' where section might be 'stats', 'commandstats', 'memory', 'cpu', etc).
Request the ability for a client to send a command to a specific cluster node (e.g. supply the node id), or a means to specify a list or designate all cluster nodes (and perhaps have the response be a Hash of key-value pairs (e.g. key: node id, value: node specific response).
FYI, FWIW: Command 'keys' apparently applies to all cluster nodes. Thought it odd that it behaves differently than other commands. Note that I'm not complaining about such behavior.