• Guillaume Beraudo's avatar
    Initial support for multiple contacts per AOR. Redis. · a6e9ae2a
    Guillaume Beraudo authored
    - Storage internal, redis synchronous or redis asynchronous;
    - Serialization: adhoc, json or protobuf;
    - Test util.
    
    Idea of performances for 100'000 AORs with 15 contacts each:
    - internal map [800Mo?, 5500 register/s];
    - redis async + adhoc [139Mo, 3800 register/s];
    - redis async + protobuf [130Mo, 3700 register/s];
    - redis async + json [230Mo, 2800 register/s].
    a6e9ae2a