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

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -