3rd-Eden / versions

Versions, A small module for creating a flexible CDN application
204 stars 13 forks source link

metrics should be distributed #5

Open 3rd-Eden opened 11 years ago

3rd-Eden commented 11 years ago

The metrics are currently stored in the memory of the node process. When the redis configuration is used it should probably add them to redis. Either using incr/decr commands or using bit fields.