Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use int64 timestamp #39

Open
elbaro opened this issue Jun 28, 2018 · 1 comment
Open

How to use int64 timestamp #39

elbaro opened this issue Jun 28, 2018 · 1 comment

Comments

@elbaro
Copy link

elbaro commented Jun 28, 2018

redis-cli

127.0.0.1:6379> ts.range key 0 999999999999
(empty list or set)
127.0.0.1:6379> ts.range key 0 "999999999999"
(empty list or set)
127.0.0.1:6379> ts.range key 0 999999999999
(empty list or set)
127.0.0.1:6379> ts.range key 0 1530025201
    1) 1) (integer) 1530025200
    2) "0"

Do you support int64? How can I query with a large timestamp?

@danni-m
Copy link
Owner

danni-m commented Jul 10, 2018

@elbaro in consts.h you can define timestamp_t to be 64 bit.
It is not support at the moment though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants