Install ruby-peek-redis by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-peek-redis
Description:
Take a peek into the Redis calls made within your Rails application
Things this peek view provides: - Total number of Redis commands called during the request - The duration of the calls made during the request . peek is a profiling tool originally built at GitHub to help them get an insight into their application.
Homepage: https://github.com/peek/peek-redis
Version: 1.2.0-1
Section: universe/ruby