Open 3rd-Eden opened 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.
redis
incr/decr
bit
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 usingincr/decr
commands or usingbit
fields.