This commit is contained in:
41666 2022-11-20 16:25:17 -05:00
parent aff10840fd
commit 85e8729261
5 changed files with 74 additions and 7 deletions

View file

@ -70,5 +70,6 @@ This API only supports GET, and supports CORS.
- Serves https://saerro.harasse.rs
- Redis
- Using ZADD with score as timestamp, ZCOUNTBYSCORE by timestamp in 15 minute windows, and cleaned up with SCAN+ZREMBYSCORE, population data is tracked.
- There is deliberately no persistence.
- Redis "Tender"
- Cleans up Redis every 5 mins.