Add Redis call details in Peek performance bar
Since Redis timings appear to be increasing in production, this change makes it easier to see what exactly which queries are being called and where. This is done by prepending modules in peek-redis to store the call details. This commit redact values for all SET commands (e.g. HMSET, GETSET, etc.).
Showing
lib/peek/views/redis.rb
0 → 100644
Please register or sign in to comment