• antirez's avatar
    redis-trib: All output wrapped by a specific function. · c195289e
    antirez authored
    This is needed in order to colorize it as next step.
    We use conventions in output messages such as
    
    >>> This is an action
    *** This is a warning
    [ERR] This is an error
    [OK] That's fine
    
    And so forth, so that a color will be associated checking the first
    three chars.
    c195289e
redis-trib.rb 23 KB