gregoriusxu / booksleeve

Automatically exported from code.google.com/p/booksleeve
Other
0 stars 0 forks source link

Keys.Expire expects int but String.Set expects long for number of seconds. #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there any reason why the Keys.Expire function expects an int for the number 
of secods, whereas the Set function expects a long?

This is not a major issue, but some consistency might be good.   

Original issue reported on code.google.com by agarcia...@gmail.com on 9 Mar 2012 at 1:00

GoogleCodeExporter commented 8 years ago
No; a slip on my part; under the hood redis usually talks "long"; it should 
probably be long. I'll think about how to do this without breaking anyone.

Original comment by marc.gravell on 12 Apr 2012 at 1:20

GoogleCodeExporter commented 8 years ago
No; a slip on my part; under the hood redis usually talks "long"; it should 
probably be long. I'll think about how to do this without breaking anyone.

Original comment by marc.gravell on 12 Apr 2012 at 1:20

GoogleCodeExporter commented 8 years ago
Not worth fixing

Original comment by marc.gravell on 17 Oct 2012 at 12:05