We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
@elbaro in consts.h you can define timestamp_t to be 64 bit. It is not support at the moment though.
consts.h
timestamp_t
Sorry, something went wrong.
No branches or pull requests
Do you support int64? How can I query with a large timestamp?
The text was updated successfully, but these errors were encountered: