• antirez's avatar
    Revert "use long long instead of size_t make it more safe" · 0ae1b5b0
    antirez authored
    This reverts commit 2c75f2cf.
    
    After further analysis, it is very unlikely that we'll raise the
    string size limit to > 512MB, and at the same time such big strings
    will be used in 32 bit systems.
    
    Better to revert to size_t so that 32 bit processors will not be
    forced to use a 64 bit counter in normal operations, that is currently
    completely useless.
    0ae1b5b0
redis.h 62.6 KB