Reload this page to see the increasing number of page views.
A separate redis client used to increment each counter's value.
Redis clients share the same redis server connection using single ConnectionPool instance.
Connected clients: {{ info['connected_clients'] }}
{% for multiplier, v in values %}Page views{% if multiplier > 1%} x {{ multiplier }}{% end %}: {{ v }}
{% end %}