• antirez's avatar
    SPOP with count: initial fixes to the implementation. · 6b5922dc
    antirez authored
    Severan problems are addressed but still a few missing.
    Since replication of this command was more complex than others since it
    needs to replicate multiple SREM commands, an old API able to do this
    was reused (it was taken inside the implementation since it was pretty
    obvious soon or later that would be useful). The API was improved a bit
    so that now a command may opt-out for the standard command replication
    when the server.dirty counter is incremented, in order to "manually"
    replicate what it wants.
    6b5922dc
redis.c 149 KB