• antirez's avatar
    Assign an unique non-repeating ID to each new client. · f26f79ea
    antirez authored
    This will be used by CLIENT KILL and is also a good way to ensure a
    given client is still the same across CLIENT LIST calls.
    
    The output of CLIENT LIST was modified to include the new ID, but this
    change is considered to be backward compatible as the API does not imply
    you can do positional parsing, since each filed as a different name.
    f26f79ea
redis.h 65.2 KB