Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Add watch, unwatch, mul method to pipeline #201

Closed
wants to merge 2 commits into from

Commits on Jun 11, 2017

  1. feature: Add watch, unwatch, mul method to pipeline

    Use transaction with pipeline in redis cluster
    
    Do the operation with keys with same prefix, so that command will be
    executed on the same node
    
    * pipeline
    
    Signed-off-by: Lei Gong <xue177125184@gmail.com>
    max8899 committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    e1fcd51 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. feature: Add watch, unwatch, mul method to pipeline

    Use transaction with pipeline in redis cluster
    
    Do the operation with keys with same prefix, so that command will be
    executed on the same node
    
    * Reference pipeline function
    
    Signed-off-by: Lei Gong <xue177125184@gmail.com>
    max8899 committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    79febb7 View commit details
    Browse the repository at this point in the history