> Hello,
>
> I see from the API that the memcached counters are unsigned long
> integers.
> My questions is : why unsigned ? Is there any possibility to use
> signed integer counters with memcached ?
>
> Regards,
> Vlad

The counters are documented in the server's doc/protocol.txt (most of
them...). Some are signed, and it's usually explained as to why.

But for the most part they only count upwards, and can be astronomically
large. So 64bit they are...

Reply via email to