• Stan Hu's avatar
    Add Redis call details in Peek performance bar · dac8e99e
    Stan Hu authored
    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.).
    dac8e99e
redis.rb 1.71 KB