Skip to content

Feature Request: Handle multiple servers using consistent hashing #21

@bminer

Description

@bminer

CRC32(key) % N where N is the number of servers is an OK way to partition keys among multiple servers, but it's not as good as consistent hashing as far as flexibility goes. For example, what if a server dies or we want to add a new one?

The Ruby client for Redis supports things like this. What about Node.JS? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions