• Matt Stancliff's avatar
    Fix key extraction for z{union,inter}store · f0782a6e
    Matt Stancliff authored
    The previous implementation wasn't taking into account
    the storage key in position 1 being a requirement (it
    was only counting the source keys in positions 3 to N).
    
    Fixes antirez/redis#1581
    f0782a6e
db.c 33.8 KB