Incrementing/Decrementing decimal values ?

Michael Ludwig mlu at as-guides.com
Fri Jun 27 09:25:32 UTC 2008


Vijay Mehta schrieb:
> Hi Trond,
>
> Thanks for the reply. But can we have a feature request for incr/decr
> decimal values ?

You could work around this by representing your decimal value as integer
and divide by 1000 or whatever suits your need in your application code.

Michael Ludwig


More information about the memcached mailing list