Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

redis cluster transactions #22

@quinndiggity

Description

@quinndiggity

This project seems to be abandoned, so this will likely just be a warning to potential users.

When running transactions (multi/exec), this client accepts 'MOVED' as an error the first time it tries to perform an operation on a key that is located on a different node (even when using hash tags), which will cause the entire transaction to be discarded.

Subsequent attempts against the key are successful (the client likely caches the location of the hash slot in question), but without fail the first transaction will always fail.

Not great when using redis as a state machine with dynamic keys for every transaction.

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