# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:50:12.136 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:50:12.137 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:50:12.137 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:50:12.138 | 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:50:12.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 23:50:12.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 23:50:12.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 23:50:12.150 | info | yii\web\Session::open | Session started | |
9 | 23:50:12.151 | 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:50:12.168 | 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:50:12.184 | 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:50:12.190 | 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:50:12.193 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 23:50:12.194 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 23:50:12.194 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 23:50:12.194 | trace | yii\web\Application::handleRequest | Route requested: 'play/slot' | |
17 | 23:50:12.194 | trace | yii\base\Controller::runAction | Route to run: play/slot | |
18 | 23:50:12.194 | 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:50:12.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 23:50:12.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 23:50:12.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:50:12.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:50:12.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:50:12.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:50:12.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:50:12.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:50:12.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:50:12.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:50:12.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:50:12.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:50:12.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:50:12.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:50:12.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:50:12.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:50:12.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:50:12.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:50:12.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:50:12.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 23:50:12.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 23:50:12.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 23:50:12.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 23:50:12.219 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionSlot() | |
43 | 23:50:12.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
44 | 23:50:12.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
45 | 23:50:12.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:50:12.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
47 | 23:50:12.226 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/play/list.php | |
48 | 23:50:12.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:50:12.227 | 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:50:12.235 | 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:50:12.239 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ede6ede-1554-6bd2-8932-5e1409fc0711') AND ("status"=1) | |
52 | 23:50:12.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:50:12.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:50:12.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:50:12.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:50:12.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:50:12.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:50:12.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:50:12.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:50:12.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:50:12.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:50:12.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:50:12.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:50:12.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:50:12.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:50:12.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:50:12.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:50:12.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:50:12.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:50:12.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:50:12.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:50:12.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:50:12.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:50:12.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:50:12.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:50:12.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:50:12.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:50:12.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:50:12.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:50:12.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:50:12.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:50:12.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:50:12.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:50:12.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:50:12.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:50:12.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:50:12.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:50:12.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:50:12.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:50:12.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:50:12.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:50:12.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:50:12.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:50:12.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:50:12.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:50:12.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:50:12.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:50:12.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:50:12.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:50:12.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:50:12.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:50:12.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:50:12.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:50:12.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:50:12.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:50:12.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:50:12.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:50:12.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:50:12.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:50:12.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:50:12.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:50:12.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:50:12.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:50:12.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:50:12.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:50:12.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:50:12.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:50:12.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:50:12.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:50:12.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:50:12.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:50:12.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:50:12.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:50:12.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:50:12.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:50:12.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:50:12.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:50:12.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:50:12.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:50:12.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:50:12.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:50:12.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:50:12.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:50:12.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:50:12.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:50:12.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:50:12.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:50:12.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:50:12.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:50:12.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:50:12.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:50:12.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:50:12.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:50:12.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:50:12.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:50:12.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:50:12.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:50:12.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:50:12.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:50:12.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:50:12.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:50:12.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:50:12.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:50:12.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:50:12.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:50:12.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:50:12.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:50:12.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:50:12.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:50:12.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:50:12.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:50:12.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:50:12.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:50:12.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:50:12.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:50:12.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:50:12.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:50:12.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:50:12.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:50:12.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:50:12.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:50:12.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:50:12.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:50:12.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:50:12.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:50:12.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:50:12.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:50:12.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:50:12.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:50:12.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:50:12.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:50:12.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:50:12.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:50:12.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:50:12.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:50:12.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:50:12.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:50:12.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:50:12.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:50:12.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:50:12.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:50:12.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:50:12.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:50:12.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:50:12.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:50:12.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:50:12.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:50:12.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:50:12.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:50:12.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:50:12.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:50:12.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:50:12.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:50:12.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:50:12.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:50:12.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:50:12.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:50:12.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:50:12.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:50:12.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:50:12.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:50:12.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:50:12.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
214 | 23:50:12.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
215 | 23:50:12.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:50:12.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:50:12.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:50:12.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:50:12.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:50:12.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:50:12.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:50:12.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:50:12.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:50:12.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:50:12.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:50:12.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:50:12.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:50:12.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:50:12.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:50:12.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:50:12.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:50:12.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
233 | 23:50:12.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
234 | 23:50:12.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
235 | 23:50:12.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
236 | 23:50:12.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:50:12.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
238 | 23:50:12.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:50:12.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:50:12.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:50:12.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:50:12.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:50:12.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:50:12.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:50:12.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:50:12.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:50:12.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:50:12.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:50:12.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:50:12.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:50:12.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:50:12.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:50:12.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:50:12.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:50:12.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:50:12.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:50:12.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:50:12.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:50:12.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:50:12.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:50:12.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:50:12.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:50:12.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:50:12.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:50:12.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:50:12.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:50:12.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
268 | 23:50:12.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:50:12.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:50:12.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
271 | 23:50:12.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
272 | 23:50:12.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
273 | 23:50:12.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
274 | 23:50:12.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
275 | 23:50:12.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
276 | 23:50:12.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
277 | 23:50:12.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
278 | 23:50:12.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
279 | 23:50:12.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
280 | 23:50:12.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
281 | 23:50:12.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
282 | 23:50:12.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
283 | 23:50:12.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
284 | 23:50:12.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
285 | 23:50:12.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
286 | 23:50:12.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
287 | 23:50:12.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
288 | 23:50:12.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
289 | 23:50:12.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
290 | 23:50:12.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
291 | 23:50:12.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
292 | 23:50:12.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
293 | 23:50:12.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
294 | 23:50:12.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
295 | 23:50:12.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
296 | 23:50:12.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
297 | 23:50:12.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
298 | 23:50:12.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
299 | 23:50:12.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
300 | 23:50:12.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
301 | 23:50:12.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
302 | 23:50:12.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
303 | 23:50:12.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
304 | 23:50:12.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
305 | 23:50:12.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
306 | 23:50:12.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
307 | 23:50:12.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
308 | 23:50:12.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
309 | 23:50:12.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
310 | 23:50:12.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
311 | 23:50:12.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
312 | 23:50:12.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
313 | 23:50:12.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
314 | 23:50:12.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
315 | 23:50:12.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
316 | 23:50:12.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
317 | 23:50:12.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
318 | 23:50:12.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
319 | 23:50:12.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
320 | 23:50:12.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
321 | 23:50:12.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
322 | 23:50:12.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
323 | 23:50:12.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
324 | 23:50:12.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
325 | 23:50:12.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
326 | 23:50:12.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
327 | 23:50:12.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
328 | 23:50:12.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
329 | 23:50:12.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
330 | 23:50:12.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
331 | 23:50:12.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
332 | 23:50:12.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
333 | 23:50:12.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
334 | 23:50:12.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
335 | 23:50:12.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
336 | 23:50:12.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
337 | 23:50:12.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
338 | 23:50:12.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
339 | 23:50:12.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
340 | 23:50:12.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
341 | 23:50:12.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
342 | 23:50:12.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
343 | 23:50:12.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
344 | 23:50:12.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
345 | 23:50:12.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
346 | 23:50:12.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
347 | 23:50:12.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
348 | 23:50:12.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
349 | 23:50:12.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
350 | 23:50:12.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
351 | 23:50:12.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
352 | 23:50:12.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
353 | 23:50:12.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
354 | 23:50:12.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
355 | 23:50:12.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
356 | 23:50:12.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
357 | 23:50:12.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
358 | 23:50:12.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
359 | 23:50:12.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
360 | 23:50:12.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
361 | 23:50:12.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
362 | 23:50:12.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
363 | 23:50:12.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
364 | 23:50:12.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
365 | 23:50:12.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
366 | 23:50:12.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
367 | 23:50:12.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
368 | 23:50:12.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
369 | 23:50:12.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
370 | 23:50:12.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
371 | 23:50:12.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
372 | 23:50:12.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
373 | 23:50:12.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
374 | 23:50:12.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
375 | 23:50:12.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
376 | 23:50:12.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
377 | 23:50:12.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
378 | 23:50:12.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
379 | 23:50:12.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
380 | 23:50:12.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
381 | 23:50:12.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
382 | 23:50:12.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
383 | 23:50:12.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
384 | 23:50:12.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
385 | 23:50:12.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
386 | 23:50:12.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
387 | 23:50:12.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
388 | 23:50:12.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
389 | 23:50:12.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
390 | 23:50:12.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
391 | 23:50:12.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
392 | 23:50:12.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
393 | 23:50:12.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
394 | 23:50:12.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
395 | 23:50:12.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
396 | 23:50:12.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
397 | 23:50:12.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
398 | 23:50:12.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
399 | 23:50:12.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
400 | 23:50:12.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
401 | 23:50:12.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
402 | 23:50:12.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
403 | 23:50:12.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
404 | 23:50:12.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
405 | 23:50:12.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
406 | 23:50:12.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
407 | 23:50:12.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
408 | 23:50:12.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
409 | 23:50:12.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
410 | 23:50:12.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
411 | 23:50:12.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
412 | 23:50:12.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
413 | 23:50:12.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
414 | 23:50:12.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
415 | 23:50:12.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
416 | 23:50:12.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
417 | 23:50:12.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
418 | 23:50:12.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
419 | 23:50:12.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
420 | 23:50:12.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
421 | 23:50:12.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
422 | 23:50:12.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
423 | 23:50:12.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
424 | 23:50:12.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
425 | 23:50:12.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
426 | 23:50:12.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
427 | 23:50:12.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
428 | 23:50:12.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
429 | 23:50:12.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
430 | 23:50:12.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
431 | 23:50:12.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
432 | 23:50:12.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
433 | 23:50:12.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
434 | 23:50:12.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
435 | 23:50:12.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
436 | 23:50:12.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
437 | 23:50:12.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
438 | 23:50:12.529 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
439 | 23:50:12.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
440 | 23:50:12.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
441 | 23:50:12.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
442 | 23:50:12.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
443 | 23:50:12.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
444 | 23:50:12.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
445 | 23:50:12.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
446 | 23:50:12.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
447 | 23:50:12.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
448 | 23:50:12.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
449 | 23:50:12.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
450 | 23:50:12.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
451 | 23:50:12.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
452 | 23:50:12.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
453 | 23:50:12.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
454 | 23:50:12.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
455 | 23:50:12.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
456 | 23:50:12.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
457 | 23:50:12.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
458 | 23:50:12.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
459 | 23:50:12.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
460 | 23:50:12.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
461 | 23:50:12.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
462 | 23:50:12.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
463 | 23:50:12.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
464 | 23:50:12.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
465 | 23:50:12.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
466 | 23:50:12.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
467 | 23:50:12.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
468 | 23:50:12.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
469 | 23:50:12.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
470 | 23:50:12.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
471 | 23:50:12.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
472 | 23:50:12.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
473 | 23:50:12.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
474 | 23:50:12.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
475 | 23:50:12.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
476 | 23:50:12.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
477 | 23:50:12.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
478 | 23:50:12.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
479 | 23:50:12.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
480 | 23:50:12.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
481 | 23:50:12.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
482 | 23:50:12.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
483 | 23:50:12.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
484 | 23:50:12.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
485 | 23:50:12.562 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
486 | 23:50:12.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
487 | 23:50:12.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
488 | 23:50:12.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
489 | 23:50:12.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
490 | 23:50:12.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
491 | 23:50:12.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
492 | 23:50:12.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
493 | 23:50:12.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
494 | 23:50:12.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
495 | 23:50:12.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
496 | 23:50:12.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
497 | 23:50:12.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
498 | 23:50:12.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
499 | 23:50:12.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
500 | 23:50:12.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
501 | 23:50:12.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
502 | 23:50:12.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
503 | 23:50:12.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
504 | 23:50:12.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
505 | 23:50:12.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
506 | 23:50:12.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
507 | 23:50:12.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
508 | 23:50:12.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
509 | 23:50:12.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
510 | 23:50:12.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
511 | 23:50:12.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
512 | 23:50:12.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
513 | 23:50:12.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
514 | 23:50:12.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
515 | 23:50:12.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
516 | 23:50:12.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
517 | 23:50:12.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
518 | 23:50:12.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
519 | 23:50:12.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
520 | 23:50:12.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
521 | 23:50:12.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
522 | 23:50:12.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
523 | 23:50:12.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
524 | 23:50:12.593 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
525 | 23:50:12.593 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
526 | 23:50:12.594 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
527 | 23:50:12.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
528 | 23:50:12.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
529 | 23:50:12.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
530 | 23:50:12.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
531 | 23:50:12.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
532 | 23:50:12.599 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
533 | 23:50:12.600 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
534 | 23:50:12.602 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
535 | 23:50:12.602 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
536 | 23:50:12.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
537 | 23:50:12.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
538 | 23:50:12.604 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
539 | 23:50:12.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
540 | 23:50:12.606 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
541 | 23:50:12.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
542 | 23:50:12.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
543 | 23:50:12.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
544 | 23:50:12.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
545 | 23:50:12.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
546 | 23:50:12.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
547 | 23:50:12.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
548 | 23:50:12.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
549 | 23:50:12.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
550 | 23:50:12.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
551 | 23:50:12.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
552 | 23:50:12.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
553 | 23:50:12.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
554 | 23:50:12.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
555 | 23:50:12.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
556 | 23:50:12.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
557 | 23:50:12.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
558 | 23:50:12.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
559 | 23:50:12.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
560 | 23:50:12.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
561 | 23:50:12.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
562 | 23:50:12.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
563 | 23:50:12.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
564 | 23:50:12.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
565 | 23:50:12.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
566 | 23:50:12.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
567 | 23:50:12.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
568 | 23:50:12.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
569 | 23:50:12.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
570 | 23:50:12.630 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/game.php | |
571 | 23:50:12.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
572 | 23:50:12.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
573 | 23:50:12.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
574 | 23:50:12.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
575 | 23:50:12.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
576 | 23:50:12.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
577 | 23:50:12.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
578 | 23:50:12.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
579 | 23:50:12.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
580 | 23:50:12.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
581 | 23:50:12.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
582 | 23:50:12.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
583 | 23:50:12.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
584 | 23:50:12.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
585 | 23:50:12.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
586 | 23:50:12.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
587 | 23:50:12.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
588 | 23:50:12.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
589 | 23:50:12.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
590 | 23:50:12.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
591 | 23:50:12.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
592 | 23:50:12.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
593 | 23:50:12.647 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
594 | 23:50:12.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
595 | 23:50:12.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
596 | 23:50:12.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
597 | 23:50:12.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
598 | 23:50:12.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
599 | 23:50:12.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
600 | 23:50:12.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
601 | 23:50:12.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
602 | 23:50:12.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
603 | 23:50:12.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
604 | 23:50:12.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
605 | 23:50:12.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
606 | 23:50:12.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
607 | 23:50:12.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
608 | 23:50:12.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
609 | 23:50:12.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
610 | 23:50:12.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
611 | 23:50:12.657 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
612 | 23:50:12.660 | 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:50:12.667 | 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:50:12.671 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
615 | 23:50:12.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
616 | 23:50:12.674 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
617 | 23:50:12.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
618 | 23:50:12.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
619 | 23:50:12.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
620 | 23:50:12.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
621 | 23:50:12.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
622 | 23:50:12.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
623 | 23:50:12.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
624 | 23:50:12.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
625 | 23:50:12.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
626 | 23:50:12.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
627 | 23:50:12.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
628 | 23:50:12.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
629 | 23:50:12.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
630 | 23:50:12.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
631 | 23:50:12.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
632 | 23:50:12.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
633 | 23:50:12.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
634 | 23:50:12.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
635 | 23:50:12.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
636 | 23:50:12.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
637 | 23:50:12.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
638 | 23:50:12.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
639 | 23:50:12.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
640 | 23:50:12.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
641 | 23:50:12.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
642 | 23:50:12.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
643 | 23:50:12.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
644 | 23:50:12.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
645 | 23:50:12.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
646 | 23:50:12.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
647 | 23:50:12.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
648 | 23:50:12.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
649 | 23:50:12.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
650 | 23:50:12.715 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |