yii2-redis
yii2-redis copied to clipboard
suggest enhanced redis logging
Nows the log format is: 2017-08-03 02:19:50 [-][-][-][trace][yii\redis\Connection::open] Opening redis DB connection: 192.168.0.11:6379, database=0 2017-08-03 02:19:50 [-][-][-][trace][yii\redis\Connection::executeCommand] Executing Redis Command: SELECT 2017-08-03 02:19:50 [-][-][-][trace][yii\redis\Connection::executeCommand] Executing Redis Command: INCR 2017-08-03 02:19:50 [-][-][-][trace][yii\redis\Connection::executeCommand] Executing Redis Command: HSET
can enhanced logging the complete command string like "select 0" ,then i can copy to the redis-cli,it must be helpfull