vjzning / redis

Automatically exported from code.google.com/p/redis
https://code.google.com/p/redis/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Any support for unsigned integers? #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any support for unsigned integers when working with INCR?
For 32-bit servers, this would potentially double the possible INT value in a 
key to 4,294,967,295.

Thanks,
James Hartig

Original issue reported on code.google.com by fastest...@gmail.com on 12 Jan 2010 at 11:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
sorry I misunderstood your comment. No there is no plan to support unsigned 
integers. But possibly in the future  we may support infinite precision 
integers (both negative and positive) 

Cheers,
Salvatore

Original comment by anti...@gmail.com on 24 Aug 2010 at 8:27