Skip to content

Commit 2b26095

Browse files
author
XieBiao
committed
fix readme
1 parent f763b0d commit 2b26095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ use Hhxsv5\RMA\AnalyzeRedis;
2525

2626
$analyze = new AnalyzeRedis('127.0.0.1', 6379, '123456');
2727

28-
//Scan the keys which can be split by '#' '*' '|'
29-
$analyze->start(['#', '*', '|']);
28+
//Scan the keys which can be split by '#' ':'
29+
//special pattern characters need to escape by '\'
30+
$analyze->start(['#', ':']);
3031

3132
//Find the csv file in default target folder: ./reports
3233
//CSV file name format: redis-analysis-{host}-{port}-{db}.csv

0 commit comments

Comments
 (0)