# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:32:53.088 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:32:53.089 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:32:53.089 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:32:53.089 | 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:32:53.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 23:32:53.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 23:32:53.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 23:32:53.098 | info | yii\web\Session::open | Session started | |
9 | 23:32:53.098 | 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:32:53.132 | 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:32:53.150 | 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:32:53.156 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 23:32:53.163 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 23:32:53.163 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 23:32:53.163 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 23:32:53.164 | trace | yii\web\Application::handleRequest | Route requested: 'play/slot' | |
17 | 23:32:53.164 | trace | yii\base\Controller::runAction | Route to run: play/slot | |
18 | 23:32:53.164 | 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:32:53.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 23:32:53.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 23:32:53.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:32:53.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:32:53.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:32:53.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:32:53.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:32:53.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:32:53.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:32:53.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:32:53.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:32:53.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:32:53.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:32:53.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:32:53.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:32:53.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:32:53.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:32:53.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:32:53.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:32:53.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 23:32:53.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 23:32:53.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 23:32:53.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 23:32:53.180 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionSlot() | |
43 | 23:32:53.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
44 | 23:32:53.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
45 | 23:32:53.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:32:53.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
47 | 23:32:53.186 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/play/list.php | |
48 | 23:32:53.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:32:53.187 | 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:32:53.196 | 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:32:53.202 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1) | |
52 | 23:32:53.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:32:53.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:32:53.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:32:53.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:32:53.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:32:53.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:32:53.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:32:53.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:32:53.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:32:53.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:32:53.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:32:53.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:32:53.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:32:53.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:32:53.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:32:53.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:32:53.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:32:53.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:32:53.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:32:53.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:32:53.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:32:53.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:32:53.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:32:53.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:32:53.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:32:53.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:32:53.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:32:53.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:32:53.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:32:53.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:32:53.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:32:53.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:32:53.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:32:53.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:32:53.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:32:53.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:32:53.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:32:53.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:32:53.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:32:53.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:32:53.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:32:53.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:32:53.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:32:53.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:32:53.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:32:53.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:32:53.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:32:53.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:32:53.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:32:53.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:32:53.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:32:53.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:32:53.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:32:53.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:32:53.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:32:53.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:32:53.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:32:53.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:32:53.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:32:53.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:32:53.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:32:53.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:32:53.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:32:53.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:32:53.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:32:53.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:32:53.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:32:53.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:32:53.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:32:53.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:32:53.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:32:53.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:32:53.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:32:53.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:32:53.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:32:53.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:32:53.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:32:53.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:32:53.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:32:53.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:32:53.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:32:53.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:32:53.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:32:53.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:32:53.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:32:53.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:32:53.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:32:53.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:32:53.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:32:53.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:32:53.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:32:53.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:32:53.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:32:53.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:32:53.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:32:53.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:32:53.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:32:53.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:32:53.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:32:53.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:32:53.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:32:53.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:32:53.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:32:53.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:32:53.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:32:53.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:32:53.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:32:53.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:32:53.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:32:53.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:32:53.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:32:53.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:32:53.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:32:53.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:32:53.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:32:53.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:32:53.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:32:53.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:32:53.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:32:53.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:32:53.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:32:53.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:32:53.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:32:53.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:32:53.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:32:53.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:32:53.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:32:53.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:32:53.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:32:53.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:32:53.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:32:53.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:32:53.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:32:53.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:32:53.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:32:53.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:32:53.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:32:53.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:32:53.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:32:53.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:32:53.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:32:53.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:32:53.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:32:53.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:32:53.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:32:53.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:32:53.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:32:53.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:32:53.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:32:53.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:32:53.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:32:53.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:32:53.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:32:53.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:32:53.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:32:53.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:32:53.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:32:53.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:32:53.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:32:53.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:32:53.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:32:53.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
214 | 23:32:53.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
215 | 23:32:53.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:32:53.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:32:53.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:32:53.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:32:53.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:32:53.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:32:53.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:32:53.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:32:53.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:32:53.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:32:53.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:32:53.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:32:53.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:32:53.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:32:53.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:32:53.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:32:53.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:32:53.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
233 | 23:32:53.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
234 | 23:32:53.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
235 | 23:32:53.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
236 | 23:32:53.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:32:53.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
238 | 23:32:53.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:32:53.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:32:53.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:32:53.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:32:53.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:32:53.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:32:53.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:32:53.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:32:53.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:32:53.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:32:53.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:32:53.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:32:53.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:32:53.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:32:53.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:32:53.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:32:53.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:32:53.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:32:53.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:32:53.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:32:53.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:32:53.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:32:53.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:32:53.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:32:53.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:32:53.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:32:53.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:32:53.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:32:53.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:32:53.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
268 | 23:32:53.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:32:53.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:32:53.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
271 | 23:32:53.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
272 | 23:32:53.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
273 | 23:32:53.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
274 | 23:32:53.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
275 | 23:32:53.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
276 | 23:32:53.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
277 | 23:32:53.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
278 | 23:32:53.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
279 | 23:32:53.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
280 | 23:32:53.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
281 | 23:32:53.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
282 | 23:32:53.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
283 | 23:32:53.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
284 | 23:32:53.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
285 | 23:32:53.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
286 | 23:32:53.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
287 | 23:32:53.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
288 | 23:32:53.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
289 | 23:32:53.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
290 | 23:32:53.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
291 | 23:32:53.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
292 | 23:32:53.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
293 | 23:32:53.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
294 | 23:32:53.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
295 | 23:32:53.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
296 | 23:32:53.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
297 | 23:32:53.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
298 | 23:32:53.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
299 | 23:32:53.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
300 | 23:32:53.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
301 | 23:32:53.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
302 | 23:32:53.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
303 | 23:32:53.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
304 | 23:32:53.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
305 | 23:32:53.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
306 | 23:32:53.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
307 | 23:32:53.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
308 | 23:32:53.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
309 | 23:32:53.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
310 | 23:32:53.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
311 | 23:32:53.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
312 | 23:32:53.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
313 | 23:32:53.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
314 | 23:32:53.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
315 | 23:32:53.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
316 | 23:32:53.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
317 | 23:32:53.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
318 | 23:32:53.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
319 | 23:32:53.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
320 | 23:32:53.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
321 | 23:32:53.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
322 | 23:32:53.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
323 | 23:32:53.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
324 | 23:32:53.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
325 | 23:32:53.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
326 | 23:32:53.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
327 | 23:32:53.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
328 | 23:32:53.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
329 | 23:32:53.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
330 | 23:32:53.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
331 | 23:32:53.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
332 | 23:32:53.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
333 | 23:32:53.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
334 | 23:32:53.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
335 | 23:32:53.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
336 | 23:32:53.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
337 | 23:32:53.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
338 | 23:32:53.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
339 | 23:32:53.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
340 | 23:32:53.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
341 | 23:32:53.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
342 | 23:32:53.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
343 | 23:32:53.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
344 | 23:32:53.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
345 | 23:32:53.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
346 | 23:32:53.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
347 | 23:32:53.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
348 | 23:32:53.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
349 | 23:32:53.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
350 | 23:32:53.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
351 | 23:32:53.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
352 | 23:32:53.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
353 | 23:32:53.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
354 | 23:32:53.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
355 | 23:32:53.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
356 | 23:32:53.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
357 | 23:32:53.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
358 | 23:32:53.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
359 | 23:32:53.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
360 | 23:32:53.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
361 | 23:32:53.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
362 | 23:32:53.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
363 | 23:32:53.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
364 | 23:32:53.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
365 | 23:32:53.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
366 | 23:32:53.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
367 | 23:32:53.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
368 | 23:32:53.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
369 | 23:32:53.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
370 | 23:32:53.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
371 | 23:32:53.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
372 | 23:32:53.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
373 | 23:32:53.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
374 | 23:32:53.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
375 | 23:32:53.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
376 | 23:32:53.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
377 | 23:32:53.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
378 | 23:32:53.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
379 | 23:32:53.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
380 | 23:32:53.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
381 | 23:32:53.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
382 | 23:32:53.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
383 | 23:32:53.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
384 | 23:32:53.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
385 | 23:32:53.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
386 | 23:32:53.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
387 | 23:32:53.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
388 | 23:32:53.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
389 | 23:32:53.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
390 | 23:32:53.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
391 | 23:32:53.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
392 | 23:32:53.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
393 | 23:32:53.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
394 | 23:32:53.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
395 | 23:32:53.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
396 | 23:32:53.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
397 | 23:32:53.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
398 | 23:32:53.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
399 | 23:32:53.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
400 | 23:32:53.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
401 | 23:32:53.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
402 | 23:32:53.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
403 | 23:32:53.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
404 | 23:32:53.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
405 | 23:32:53.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
406 | 23:32:53.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
407 | 23:32:53.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
408 | 23:32:53.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
409 | 23:32:53.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
410 | 23:32:53.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
411 | 23:32:53.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
412 | 23:32:53.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
413 | 23:32:53.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
414 | 23:32:53.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
415 | 23:32:53.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
416 | 23:32:53.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
417 | 23:32:53.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
418 | 23:32:53.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
419 | 23:32:53.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
420 | 23:32:53.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
421 | 23:32:53.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
422 | 23:32:53.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
423 | 23:32:53.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
424 | 23:32:53.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
425 | 23:32:53.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
426 | 23:32:53.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
427 | 23:32:53.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
428 | 23:32:53.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
429 | 23:32:53.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
430 | 23:32:53.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
431 | 23:32:53.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
432 | 23:32:53.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
433 | 23:32:53.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
434 | 23:32:53.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
435 | 23:32:53.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
436 | 23:32:53.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
437 | 23:32:53.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
438 | 23:32:53.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
439 | 23:32:53.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
440 | 23:32:53.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
441 | 23:32:53.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
442 | 23:32:53.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
443 | 23:32:53.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
444 | 23:32:53.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
445 | 23:32:53.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
446 | 23:32:53.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
447 | 23:32:53.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
448 | 23:32:53.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
449 | 23:32:53.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
450 | 23:32:53.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
451 | 23:32:53.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
452 | 23:32:53.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
453 | 23:32:53.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
454 | 23:32:53.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
455 | 23:32:53.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
456 | 23:32:53.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
457 | 23:32:53.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
458 | 23:32:53.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
459 | 23:32:53.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
460 | 23:32:53.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
461 | 23:32:53.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
462 | 23:32:53.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
463 | 23:32:53.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
464 | 23:32:53.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
465 | 23:32:53.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
466 | 23:32:53.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
467 | 23:32:53.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
468 | 23:32:53.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
469 | 23:32:53.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
470 | 23:32:53.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
471 | 23:32:53.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
472 | 23:32:53.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
473 | 23:32:53.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
474 | 23:32:53.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
475 | 23:32:53.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
476 | 23:32:53.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
477 | 23:32:53.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
478 | 23:32:53.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
479 | 23:32:53.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
480 | 23:32:53.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
481 | 23:32:53.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
482 | 23:32:53.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
483 | 23:32:53.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
484 | 23:32:53.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
485 | 23:32:53.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
486 | 23:32:53.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
487 | 23:32:53.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
488 | 23:32:53.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
489 | 23:32:53.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
490 | 23:32:53.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
491 | 23:32:53.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
492 | 23:32:53.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
493 | 23:32:53.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
494 | 23:32:53.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
495 | 23:32:53.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
496 | 23:32:53.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
497 | 23:32:53.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
498 | 23:32:53.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
499 | 23:32:53.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
500 | 23:32:53.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
501 | 23:32:53.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
502 | 23:32:53.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
503 | 23:32:53.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
504 | 23:32:53.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
505 | 23:32:53.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
506 | 23:32:53.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
507 | 23:32:53.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
508 | 23:32:53.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
509 | 23:32:53.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
510 | 23:32:53.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
511 | 23:32:53.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
512 | 23:32:53.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
513 | 23:32:53.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
514 | 23:32:53.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
515 | 23:32:53.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
516 | 23:32:53.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
517 | 23:32:53.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
518 | 23:32:53.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
519 | 23:32:53.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
520 | 23:32:53.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
521 | 23:32:53.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
522 | 23:32:53.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
523 | 23:32:53.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
524 | 23:32:53.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
525 | 23:32:53.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
526 | 23:32:53.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
527 | 23:32:53.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
528 | 23:32:53.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
529 | 23:32:53.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
530 | 23:32:53.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
531 | 23:32:53.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
532 | 23:32:53.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
533 | 23:32:53.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
534 | 23:32:53.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
535 | 23:32:53.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
536 | 23:32:53.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
537 | 23:32:53.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
538 | 23:32:53.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
539 | 23:32:53.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
540 | 23:32:53.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
541 | 23:32:53.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
542 | 23:32:53.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
543 | 23:32:53.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
544 | 23:32:53.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
545 | 23:32:53.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
546 | 23:32:53.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
547 | 23:32:53.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
548 | 23:32:53.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
549 | 23:32:53.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
550 | 23:32:53.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
551 | 23:32:53.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
552 | 23:32:53.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
553 | 23:32:53.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
554 | 23:32:53.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
555 | 23:32:53.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
556 | 23:32:53.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
557 | 23:32:53.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
558 | 23:32:53.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
559 | 23:32:53.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
560 | 23:32:53.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
561 | 23:32:53.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
562 | 23:32:53.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
563 | 23:32:53.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
564 | 23:32:53.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
565 | 23:32:53.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
566 | 23:32:53.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
567 | 23:32:53.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
568 | 23:32:53.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
569 | 23:32:53.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
570 | 23:32:53.494 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/game.php | |
571 | 23:32:53.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
572 | 23:32:53.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
573 | 23:32:53.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
574 | 23:32:53.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
575 | 23:32:53.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
576 | 23:32:53.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
577 | 23:32:53.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
578 | 23:32:53.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
579 | 23:32:53.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
580 | 23:32:53.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
581 | 23:32:53.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
582 | 23:32:53.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
583 | 23:32:53.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
584 | 23:32:53.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
585 | 23:32:53.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
586 | 23:32:53.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
587 | 23:32:53.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
588 | 23:32:53.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
589 | 23:32:53.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
590 | 23:32:53.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
591 | 23:32:53.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
592 | 23:32:53.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
593 | 23:32:53.504 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
594 | 23:32:53.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
595 | 23:32:53.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
596 | 23:32:53.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
597 | 23:32:53.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
598 | 23:32:53.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
599 | 23:32:53.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
600 | 23:32:53.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
601 | 23:32:53.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
602 | 23:32:53.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
603 | 23:32:53.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
604 | 23:32:53.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
605 | 23:32:53.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
606 | 23:32:53.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
607 | 23:32:53.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
608 | 23:32:53.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
609 | 23:32:53.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
610 | 23:32:53.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
611 | 23:32:53.511 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
612 | 23:32:53.514 | 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:32:53.522 | 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:32:53.528 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
615 | 23:32:53.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
616 | 23:32:53.531 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
617 | 23:32:53.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
618 | 23:32:53.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
619 | 23:32:53.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
620 | 23:32:53.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
621 | 23:32:53.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
622 | 23:32:53.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
623 | 23:32:53.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
624 | 23:32:53.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
625 | 23:32:53.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
626 | 23:32:53.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
627 | 23:32:53.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
628 | 23:32:53.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
629 | 23:32:53.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
630 | 23:32:53.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
631 | 23:32:53.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
632 | 23:32:53.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
633 | 23:32:53.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
634 | 23:32:53.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
635 | 23:32:53.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
636 | 23:32:53.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
637 | 23:32:53.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
638 | 23:32:53.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
639 | 23:32:53.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
640 | 23:32:53.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
641 | 23:32:53.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
642 | 23:32:53.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
643 | 23:32:53.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
644 | 23:32:53.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
645 | 23:32:53.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
646 | 23:32:53.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
647 | 23:32:53.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
648 | 23:32:53.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
649 | 23:32:53.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
650 | 23:32:53.556 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |