Max length incr integer

2009-04-19 Thread Abdul-Rahman Advany
Hi guys, I am abusing memcached as a message queue. But I realized that there must be an maximum length for the integer stored when using incr. How can I determine what the maximum value is? I use memcache both on a 32bit system and a 64bit... Regards, Abdul

Re: Max length incr integer

2009-04-19 Thread dormando
incr values are 64-bit. -Dormando On Sun, 19 Apr 2009, Abdul-Rahman Advany wrote: Hi guys, I am abusing memcached as a message queue. But I realized that there must be an maximum length for the integer stored when using incr. How can I determine what the maximum value is? I use memcache

Re: Max length incr integer

2009-04-19 Thread Abdul-Rahman Advany
Even on a 32bit machine? On Apr 20, 12:38 am, dormando dorma...@rydia.net wrote: incr values are 64-bit. -Dormando On Sun, 19 Apr 2009, Abdul-Rahman Advany wrote: Hi guys, I am abusing memcached as a message queue. But I realized that there must be an maximum length for the integer

Re: Max length incr integer

2009-04-19 Thread dormando
Yes. On Sun, 19 Apr 2009, Abdul-Rahman Advany wrote: Even on a 32bit machine? On Apr 20, 12:38 am, dormando dorma...@rydia.net wrote: incr values are 64-bit. -Dormando On Sun, 19 Apr 2009, Abdul-Rahman Advany wrote: Hi guys, I am abusing memcached as a message queue. But