Show Redis instance in performance bar
What does this MR do?
We have four Redis instances in use. For most web requests, the majority of the Redis usage will be from the cache instance, but some will be from the shared state (persistent) instance, which is useful to separate out.
A simple test for this is one the /profile/active_sessions
page. This now looks like:
Edited by Sean McGivern