• antirez's avatar
    EXISTS is now variadic. · 7ae1d4d6
    antirez authored
    The new return value is the number of keys existing, among the ones
    specified in the command line, counting the same key multiple times if
    given multiple times (and if it exists).
    
    See PR #2667.
    7ae1d4d6
db.c 38.7 KB