Given a set of arbitrary keys, presently, there does not appear to be a straightforward way to group keys by cluster node, for use with mget for instance.
I humbly request a documented public method which, when given a key as input, returns the node ID associated with that key (taking into account any presence of a hash tag, of course).
This will permit the caller to group arbitrary keys by node, and then issue the needed number of (for instance) mget commands to the cluster to retrieve the desired values.