Time aggregating functions on Redis -
I want to do a composite work on time / timestamp-based rades.
Right now I am calculating the events of a key and a timestamp. I want to make a consolidation that how much counts matter in specific time intervals (such as in June and July kites).
Something like this will happen with SQL:
Select Guin (*) from events where events_timestamp between '2013-06-01 23:55:00' :: Timestamp And '2013-07-31 23:55:00' :: Timestamp;
ZADD events event_1 "timestamp 1" / Blockquote>
query them as:
Xeraz Events "Timestamp 1" "Timestamp 2"
Comments
Post a Comment