• antirez's avatar
    Geo: GEOADD implementation improved, replication fixed · bb328456
    antirez authored
    1. We no longer use a fake client but just rewriting.
    2. We group all the inserts into a single ZADD dispatch (big speed win).
    3. As a side effect of the correct implementation, replication works.
    4. The return value of the command is now correct.
    bb328456
geo.c 22.1 KB