On Dec 15, 3:50 pm, jtal <[email protected]> wrote: > I'm storing data structure that includes timestamps in the form of > seconds from epoch. When I call set, a number like: > > 1111665600000 > > becomes: > > "1111665600000" > > Notice it has become double quoted. There is no get() involved- only a > set(). Anyone have any ideas?
It's not clear what you're doing. What client API are you using? How are you inspecting this data?
