Skip to content

Feature request: Cluster mode: A way to group keys by cluster node #994

@cbatson

Description

@cbatson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions