-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels