yii2-redis icon indicating copy to clipboard operation
yii2-redis copied to clipboard

suggest enhanced redis logging

Open tsingsun opened this issue 8 years ago • 0 comments

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

tsingsun avatar Aug 03 '17 02:08 tsingsun