storj/satellite/accounting/live
Ethan 77357f9877 satellite/{accounting,redis}: Use ARGV in redis scripts
While investigating high memory consumption on a Redis instance, it was found that much of the memory consumed was from cached redis scripts.

Redis caches scripts based on the hash of the script itself.  This change uses ARGV to reduce the number of cached scripts.

Change-Id: Ia878fe81552a3067f09e60c44bb4ace25c6b5f9a
2022-09-28 14:43:00 +00:00
..
cache.go satellite/satellitedb: use AS OF SYSTEM TIME for GetProjectBandwidth query 2021-06-28 15:19:47 +00:00
doc.go satellite/accounting: Fix and enhance code doc comments 2020-11-04 09:50:48 +00:00
live_test.go satellite/accounting: Correctly cache project bandwidth 2022-06-21 08:31:41 +00:00
redis.go satellite/{accounting,redis}: Use ARGV in redis scripts 2022-09-28 14:43:00 +00:00