Enable Redis logs
To check commands running in redis
To log all Redis commands that are being executed by Redis clients, including redis-cli, you can enable Redis slow log.
Redis slow log is a feature that logs Redis commands that exceed a specified execution time thr...
til.hashnode.dev2 min read