# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:39:11.329 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:39:11.330 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:39:11.330 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:39:11.330 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
5 | 23:39:11.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 23:39:11.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 23:39:11.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 23:39:11.341 | info | yii\web\Session::open | Session started | |
9 | 23:39:11.342 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
10 | 23:39:11.361 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'member' AND d.nspname = 'public' ORDER BY a.attnum; | |
11 | 23:39:11.398 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
12 | 23:39:11.404 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1ede6ede-1554-6bd2-8932-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 23:39:11.408 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 23:39:11.408 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 23:39:11.408 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 23:39:11.408 | trace | yii\web\Application::handleRequest | Route requested: 'play/slot' | |
17 | 23:39:11.409 | trace | yii\base\Controller::runAction | Route to run: play/slot | |
18 | 23:39:11.409 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
19 | 23:39:11.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 23:39:11.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 23:39:11.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:39:11.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:39:11.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:39:11.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:39:11.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:39:11.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:39:11.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:39:11.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:39:11.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:39:11.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:39:11.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:39:11.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:39:11.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:39:11.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:39:11.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:39:11.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:39:11.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:39:11.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 23:39:11.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 23:39:11.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 23:39:11.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 23:39:11.453 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionSlot() | |
43 | 23:39:11.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
44 | 23:39:11.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
45 | 23:39:11.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:39:11.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
47 | 23:39:11.460 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/play/list.php | |
48 | 23:39:11.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:39:11.482 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum; | |
50 | 23:39:11.492 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
51 | 23:39:11.498 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ede6ede-1554-6bd2-8932-5e1409fc0711') AND ("status"=1) | |
52 | 23:39:11.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:39:11.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:39:11.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:39:11.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:39:11.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:39:11.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:39:11.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:39:11.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:39:11.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:39:11.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:39:11.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:39:11.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:39:11.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:39:11.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:39:11.529 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:39:11.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:39:11.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:39:11.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:39:11.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:39:11.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:39:11.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:39:11.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:39:11.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:39:11.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:39:11.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:39:11.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:39:11.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:39:11.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:39:11.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:39:11.562 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:39:11.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:39:11.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:39:11.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:39:11.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:39:11.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:39:11.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:39:11.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:39:11.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:39:11.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:39:11.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:39:11.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:39:11.588 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:39:11.588 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:39:11.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:39:11.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:39:11.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:39:11.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:39:11.593 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:39:11.594 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:39:11.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:39:11.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:39:11.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:39:11.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:39:11.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:39:11.599 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:39:11.602 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:39:11.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:39:11.604 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:39:11.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:39:11.606 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:39:11.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:39:11.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:39:11.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:39:11.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:39:11.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:39:11.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:39:11.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:39:11.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:39:11.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:39:11.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:39:11.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:39:11.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:39:11.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:39:11.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:39:11.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:39:11.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:39:11.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:39:11.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:39:11.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:39:11.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:39:11.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:39:11.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:39:11.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:39:11.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:39:11.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:39:11.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:39:11.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:39:11.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:39:11.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:39:11.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:39:11.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:39:11.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:39:11.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:39:11.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:39:11.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:39:11.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:39:11.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:39:11.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:39:11.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:39:11.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:39:11.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:39:11.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:39:11.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:39:11.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:39:11.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:39:11.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:39:11.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:39:11.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:39:11.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:39:11.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:39:11.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:39:11.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:39:11.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:39:11.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:39:11.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:39:11.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:39:11.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:39:11.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:39:11.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:39:11.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:39:11.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:39:11.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:39:11.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:39:11.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:39:11.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:39:11.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:39:11.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:39:11.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:39:11.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:39:11.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:39:11.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:39:11.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:39:11.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:39:11.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:39:11.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:39:11.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:39:11.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:39:11.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:39:11.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:39:11.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:39:11.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:39:11.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:39:11.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:39:11.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:39:11.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:39:11.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:39:11.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:39:11.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:39:11.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:39:11.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:39:11.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:39:11.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:39:11.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:39:11.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:39:11.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:39:11.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:39:11.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:39:11.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:39:11.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:39:11.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:39:11.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:39:11.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
214 | 23:39:11.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
215 | 23:39:11.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:39:11.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:39:11.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:39:11.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:39:11.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:39:11.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:39:11.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:39:11.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:39:11.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:39:11.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:39:11.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:39:11.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:39:11.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:39:11.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:39:11.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:39:11.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:39:11.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:39:11.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
233 | 23:39:11.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
234 | 23:39:11.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
235 | 23:39:11.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
236 | 23:39:11.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:39:11.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
238 | 23:39:11.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:39:11.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:39:11.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:39:11.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:39:11.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:39:11.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:39:11.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:39:11.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:39:11.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:39:11.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:39:11.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:39:11.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:39:11.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:39:11.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:39:11.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:39:11.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:39:11.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:39:11.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:39:11.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:39:11.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:39:11.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:39:11.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:39:11.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:39:11.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:39:11.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:39:11.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:39:11.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:39:11.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:39:11.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:39:11.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
268 | 23:39:11.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:39:11.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:39:11.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
271 | 23:39:11.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
272 | 23:39:11.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
273 | 23:39:11.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
274 | 23:39:11.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
275 | 23:39:11.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
276 | 23:39:11.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
277 | 23:39:11.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
278 | 23:39:11.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
279 | 23:39:11.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
280 | 23:39:11.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
281 | 23:39:11.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
282 | 23:39:11.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
283 | 23:39:11.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
284 | 23:39:11.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
285 | 23:39:11.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
286 | 23:39:11.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
287 | 23:39:11.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
288 | 23:39:11.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
289 | 23:39:11.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
290 | 23:39:11.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
291 | 23:39:11.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
292 | 23:39:11.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
293 | 23:39:11.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
294 | 23:39:11.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
295 | 23:39:11.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
296 | 23:39:11.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
297 | 23:39:11.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
298 | 23:39:11.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
299 | 23:39:11.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
300 | 23:39:11.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
301 | 23:39:11.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
302 | 23:39:11.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
303 | 23:39:11.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
304 | 23:39:11.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
305 | 23:39:11.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
306 | 23:39:11.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
307 | 23:39:11.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
308 | 23:39:11.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
309 | 23:39:11.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
310 | 23:39:11.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
311 | 23:39:11.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
312 | 23:39:11.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
313 | 23:39:11.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
314 | 23:39:11.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
315 | 23:39:11.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
316 | 23:39:11.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
317 | 23:39:11.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
318 | 23:39:11.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
319 | 23:39:11.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
320 | 23:39:11.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
321 | 23:39:11.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
322 | 23:39:11.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
323 | 23:39:11.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
324 | 23:39:11.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
325 | 23:39:11.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
326 | 23:39:11.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
327 | 23:39:11.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
328 | 23:39:11.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
329 | 23:39:11.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
330 | 23:39:11.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
331 | 23:39:11.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
332 | 23:39:11.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
333 | 23:39:11.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
334 | 23:39:11.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
335 | 23:39:11.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
336 | 23:39:11.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
337 | 23:39:11.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
338 | 23:39:11.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
339 | 23:39:11.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
340 | 23:39:11.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
341 | 23:39:11.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
342 | 23:39:11.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
343 | 23:39:11.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
344 | 23:39:11.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
345 | 23:39:11.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
346 | 23:39:11.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
347 | 23:39:11.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
348 | 23:39:11.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
349 | 23:39:11.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
350 | 23:39:11.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
351 | 23:39:11.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
352 | 23:39:11.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
353 | 23:39:11.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
354 | 23:39:11.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
355 | 23:39:11.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
356 | 23:39:11.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
357 | 23:39:11.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
358 | 23:39:11.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
359 | 23:39:11.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
360 | 23:39:11.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
361 | 23:39:11.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
362 | 23:39:11.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
363 | 23:39:11.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
364 | 23:39:11.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
365 | 23:39:11.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
366 | 23:39:11.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
367 | 23:39:11.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
368 | 23:39:11.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
369 | 23:39:11.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
370 | 23:39:11.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
371 | 23:39:11.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
372 | 23:39:11.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
373 | 23:39:11.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
374 | 23:39:11.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
375 | 23:39:11.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
376 | 23:39:11.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
377 | 23:39:11.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
378 | 23:39:11.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
379 | 23:39:11.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
380 | 23:39:11.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
381 | 23:39:11.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
382 | 23:39:11.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
383 | 23:39:11.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
384 | 23:39:11.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
385 | 23:39:11.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
386 | 23:39:11.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
387 | 23:39:11.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
388 | 23:39:11.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
389 | 23:39:11.820 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
390 | 23:39:11.821 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
391 | 23:39:11.822 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
392 | 23:39:11.822 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
393 | 23:39:11.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
394 | 23:39:11.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
395 | 23:39:11.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
396 | 23:39:11.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
397 | 23:39:11.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
398 | 23:39:11.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
399 | 23:39:11.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
400 | 23:39:11.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
401 | 23:39:11.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
402 | 23:39:11.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
403 | 23:39:11.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
404 | 23:39:11.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
405 | 23:39:11.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
406 | 23:39:11.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
407 | 23:39:11.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
408 | 23:39:11.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
409 | 23:39:11.835 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
410 | 23:39:11.835 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
411 | 23:39:11.836 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
412 | 23:39:11.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
413 | 23:39:11.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
414 | 23:39:11.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
415 | 23:39:11.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
416 | 23:39:11.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
417 | 23:39:11.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
418 | 23:39:11.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
419 | 23:39:11.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
420 | 23:39:11.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
421 | 23:39:11.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
422 | 23:39:11.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
423 | 23:39:11.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
424 | 23:39:11.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
425 | 23:39:11.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
426 | 23:39:11.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
427 | 23:39:11.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
428 | 23:39:11.849 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
429 | 23:39:11.849 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
430 | 23:39:11.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
431 | 23:39:11.851 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
432 | 23:39:11.851 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
433 | 23:39:11.852 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
434 | 23:39:11.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
435 | 23:39:11.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
436 | 23:39:11.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
437 | 23:39:11.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
438 | 23:39:11.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
439 | 23:39:11.856 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
440 | 23:39:11.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
441 | 23:39:11.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
442 | 23:39:11.858 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
443 | 23:39:11.859 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
444 | 23:39:11.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
445 | 23:39:11.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
446 | 23:39:11.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
447 | 23:39:11.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
448 | 23:39:11.862 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
449 | 23:39:11.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
450 | 23:39:11.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
451 | 23:39:11.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
452 | 23:39:11.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
453 | 23:39:11.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
454 | 23:39:11.866 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
455 | 23:39:11.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
456 | 23:39:11.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
457 | 23:39:11.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
458 | 23:39:11.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
459 | 23:39:11.870 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
460 | 23:39:11.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
461 | 23:39:11.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
462 | 23:39:11.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
463 | 23:39:11.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
464 | 23:39:11.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
465 | 23:39:11.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
466 | 23:39:11.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
467 | 23:39:11.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
468 | 23:39:11.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
469 | 23:39:11.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
470 | 23:39:11.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
471 | 23:39:11.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
472 | 23:39:11.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
473 | 23:39:11.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
474 | 23:39:11.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
475 | 23:39:11.881 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
476 | 23:39:11.881 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
477 | 23:39:11.882 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
478 | 23:39:11.883 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
479 | 23:39:11.883 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
480 | 23:39:11.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
481 | 23:39:11.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
482 | 23:39:11.886 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
483 | 23:39:11.886 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
484 | 23:39:11.887 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
485 | 23:39:11.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
486 | 23:39:11.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
487 | 23:39:11.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
488 | 23:39:11.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
489 | 23:39:11.890 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
490 | 23:39:11.891 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
491 | 23:39:11.892 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
492 | 23:39:11.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
493 | 23:39:11.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
494 | 23:39:11.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
495 | 23:39:11.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
496 | 23:39:11.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
497 | 23:39:11.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
498 | 23:39:11.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
499 | 23:39:11.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
500 | 23:39:11.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
501 | 23:39:11.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
502 | 23:39:11.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
503 | 23:39:11.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
504 | 23:39:11.901 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
505 | 23:39:11.901 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
506 | 23:39:11.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
507 | 23:39:11.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
508 | 23:39:11.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
509 | 23:39:11.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
510 | 23:39:11.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
511 | 23:39:11.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
512 | 23:39:11.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
513 | 23:39:11.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
514 | 23:39:11.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
515 | 23:39:11.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
516 | 23:39:11.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
517 | 23:39:11.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
518 | 23:39:11.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
519 | 23:39:11.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
520 | 23:39:11.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
521 | 23:39:11.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
522 | 23:39:11.914 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
523 | 23:39:11.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
524 | 23:39:11.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
525 | 23:39:11.916 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
526 | 23:39:11.917 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
527 | 23:39:11.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
528 | 23:39:11.919 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
529 | 23:39:11.920 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
530 | 23:39:11.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
531 | 23:39:11.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
532 | 23:39:11.922 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
533 | 23:39:11.923 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
534 | 23:39:11.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
535 | 23:39:11.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
536 | 23:39:11.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
537 | 23:39:11.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
538 | 23:39:11.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
539 | 23:39:11.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
540 | 23:39:11.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
541 | 23:39:11.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
542 | 23:39:11.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
543 | 23:39:11.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
544 | 23:39:11.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
545 | 23:39:11.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
546 | 23:39:11.936 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
547 | 23:39:11.937 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
548 | 23:39:11.938 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
549 | 23:39:11.939 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
550 | 23:39:11.940 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
551 | 23:39:11.941 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
552 | 23:39:11.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
553 | 23:39:11.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
554 | 23:39:11.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
555 | 23:39:11.944 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
556 | 23:39:11.945 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
557 | 23:39:11.946 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
558 | 23:39:11.947 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
559 | 23:39:11.948 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
560 | 23:39:11.949 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
561 | 23:39:11.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
562 | 23:39:11.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
563 | 23:39:11.951 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
564 | 23:39:11.952 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
565 | 23:39:11.953 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
566 | 23:39:11.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
567 | 23:39:11.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
568 | 23:39:11.955 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
569 | 23:39:11.956 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
570 | 23:39:11.957 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/game.php | |
571 | 23:39:11.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
572 | 23:39:11.958 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
573 | 23:39:11.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
574 | 23:39:11.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
575 | 23:39:11.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
576 | 23:39:11.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
577 | 23:39:11.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
578 | 23:39:11.962 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
579 | 23:39:11.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
580 | 23:39:11.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
581 | 23:39:11.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
582 | 23:39:11.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
583 | 23:39:11.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
584 | 23:39:11.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
585 | 23:39:11.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
586 | 23:39:11.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
587 | 23:39:11.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
588 | 23:39:11.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
589 | 23:39:11.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
590 | 23:39:11.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
591 | 23:39:11.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
592 | 23:39:11.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
593 | 23:39:11.971 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
594 | 23:39:11.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
595 | 23:39:11.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
596 | 23:39:11.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
597 | 23:39:11.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
598 | 23:39:11.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
599 | 23:39:11.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
600 | 23:39:11.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
601 | 23:39:11.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
602 | 23:39:11.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
603 | 23:39:11.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
604 | 23:39:11.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
605 | 23:39:11.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
606 | 23:39:11.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
607 | 23:39:11.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
608 | 23:39:11.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
609 | 23:39:11.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
610 | 23:39:11.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
611 | 23:39:11.980 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
612 | 23:39:11.982 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum; | |
613 | 23:39:11.990 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
614 | 23:39:11.996 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
615 | 23:39:11.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
616 | 23:39:11.998 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
617 | 23:39:12.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
618 | 23:39:12.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
619 | 23:39:12.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
620 | 23:39:12.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
621 | 23:39:12.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
622 | 23:39:12.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
623 | 23:39:12.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
624 | 23:39:12.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
625 | 23:39:12.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
626 | 23:39:12.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
627 | 23:39:12.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
628 | 23:39:12.006 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
629 | 23:39:12.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
630 | 23:39:12.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
631 | 23:39:12.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
632 | 23:39:12.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
633 | 23:39:12.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
634 | 23:39:12.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
635 | 23:39:12.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
636 | 23:39:12.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
637 | 23:39:12.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
638 | 23:39:12.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
639 | 23:39:12.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
640 | 23:39:12.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
641 | 23:39:12.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
642 | 23:39:12.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
643 | 23:39:12.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
644 | 23:39:12.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
645 | 23:39:12.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
646 | 23:39:12.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
647 | 23:39:12.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
648 | 23:39:12.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
649 | 23:39:12.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
650 | 23:39:12.030 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |