Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 10, 2021 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/d0a5231255810bdcab0f94baf4c6f7bc to your computer and use it in GitHub Desktop.
Save Hkazanci93/d0a5231255810bdcab0f94baf4c6f7bc to your computer and use it in GitHub Desktop.
from := now - 24 hours
to := now
timeBucket := 1 hour
TS.RANGE user:{user_id}:ts_coins {from} {to} AGGREGATION avg {timeBucket}
TS.RANGE user:{user_id}:ts_pizzas {from} {to} AGGREGATION avg {timeBucket}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment