# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:36:03.037 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:36:03.039 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:36:03.039 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:36:03.039 | 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:36:03.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 23:36:03.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 23:36:03.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 23:36:03.051 | info | yii\web\Session::open | Session started | |
9 | 23:36:03.052 | 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:36:03.073 | 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:36:03.093 | 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:36:03.101 | 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:36:03.104 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 23:36:03.105 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 23:36:03.105 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 23:36:03.105 | trace | yii\web\Application::handleRequest | Route requested: 'play/slot' | |
17 | 23:36:03.105 | trace | yii\base\Controller::runAction | Route to run: play/slot | |
18 | 23:36:03.105 | 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:36:03.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 23:36:03.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 23:36:03.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:36:03.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:36:03.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:36:03.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:36:03.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:36:03.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:36:03.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:36:03.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:36:03.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:36:03.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:36:03.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:36:03.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:36:03.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:36:03.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:36:03.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:36:03.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:36:03.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:36:03.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 23:36:03.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 23:36:03.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 23:36:03.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 23:36:03.132 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionSlot() | |
43 | 23:36:03.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
44 | 23:36:03.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
45 | 23:36:03.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:36:03.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
47 | 23:36:03.141 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/play/list.php | |
48 | 23:36:03.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:36:03.142 | 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:36:03.151 | 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:36:03.157 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ede6ede-1554-6bd2-8932-5e1409fc0711') AND ("status"=1) | |
52 | 23:36:03.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:36:03.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:36:03.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:36:03.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:36:03.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:36:03.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:36:03.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:36:03.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:36:03.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:36:03.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:36:03.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:36:03.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:36:03.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:36:03.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:36:03.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:36:03.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:36:03.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:36:03.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:36:03.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:36:03.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:36:03.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:36:03.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:36:03.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:36:03.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:36:03.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:36:03.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:36:03.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:36:03.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:36:03.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:36:03.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:36:03.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:36:03.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:36:03.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:36:03.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:36:03.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:36:03.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:36:03.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:36:03.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:36:03.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:36:03.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:36:03.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:36:03.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:36:03.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:36:03.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:36:03.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:36:03.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:36:03.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:36:03.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:36:03.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:36:03.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:36:03.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:36:03.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:36:03.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:36:03.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:36:03.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:36:03.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:36:03.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:36:03.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:36:03.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:36:03.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:36:03.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:36:03.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:36:03.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:36:03.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:36:03.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:36:03.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:36:03.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:36:03.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:36:03.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:36:03.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:36:03.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:36:03.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:36:03.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:36:03.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:36:03.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:36:03.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:36:03.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:36:03.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:36:03.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:36:03.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:36:03.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:36:03.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:36:03.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:36:03.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:36:03.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:36:03.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:36:03.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:36:03.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:36:03.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:36:03.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:36:03.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:36:03.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:36:03.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:36:03.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:36:03.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:36:03.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:36:03.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:36:03.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:36:03.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:36:03.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:36:03.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:36:03.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:36:03.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:36:03.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:36:03.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:36:03.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:36:03.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:36:03.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:36:03.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:36:03.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:36:03.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:36:03.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:36:03.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:36:03.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:36:03.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:36:03.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:36:03.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:36:03.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:36:03.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:36:03.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:36:03.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:36:03.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:36:03.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:36:03.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:36:03.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:36:03.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:36:03.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:36:03.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:36:03.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:36:03.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:36:03.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:36:03.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:36:03.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:36:03.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:36:03.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:36:03.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:36:03.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:36:03.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:36:03.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:36:03.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:36:03.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:36:03.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:36:03.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:36:03.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:36:03.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:36:03.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:36:03.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:36:03.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:36:03.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:36:03.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:36:03.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:36:03.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:36:03.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:36:03.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:36:03.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:36:03.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:36:03.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:36:03.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:36:03.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:36:03.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:36:03.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:36:03.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
214 | 23:36:03.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
215 | 23:36:03.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:36:03.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:36:03.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:36:03.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:36:03.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:36:03.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:36:03.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:36:03.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:36:03.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:36:03.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:36:03.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:36:03.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:36:03.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:36:03.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:36:03.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:36:03.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:36:03.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:36:03.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
233 | 23:36:03.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
234 | 23:36:03.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
235 | 23:36:03.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
236 | 23:36:03.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:36:03.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
238 | 23:36:03.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:36:03.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:36:03.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:36:03.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:36:03.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:36:03.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:36:03.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:36:03.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:36:03.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:36:03.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:36:03.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:36:03.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:36:03.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:36:03.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:36:03.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:36:03.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:36:03.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:36:03.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:36:03.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:36:03.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:36:03.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:36:03.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:36:03.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:36:03.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:36:03.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:36:03.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:36:03.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:36:03.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:36:03.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:36:03.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
268 | 23:36:03.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:36:03.326 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:36:03.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
271 | 23:36:03.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
272 | 23:36:03.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
273 | 23:36:03.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
274 | 23:36:03.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
275 | 23:36:03.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
276 | 23:36:03.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
277 | 23:36:03.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
278 | 23:36:03.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
279 | 23:36:03.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
280 | 23:36:03.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
281 | 23:36:03.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
282 | 23:36:03.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
283 | 23:36:03.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
284 | 23:36:03.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
285 | 23:36:03.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
286 | 23:36:03.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
287 | 23:36:03.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
288 | 23:36:03.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
289 | 23:36:03.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
290 | 23:36:03.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
291 | 23:36:03.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
292 | 23:36:03.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
293 | 23:36:03.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
294 | 23:36:03.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
295 | 23:36:03.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
296 | 23:36:03.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
297 | 23:36:03.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
298 | 23:36:03.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
299 | 23:36:03.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
300 | 23:36:03.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
301 | 23:36:03.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
302 | 23:36:03.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
303 | 23:36:03.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
304 | 23:36:03.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
305 | 23:36:03.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
306 | 23:36:03.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
307 | 23:36:03.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
308 | 23:36:03.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
309 | 23:36:03.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
310 | 23:36:03.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
311 | 23:36:03.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
312 | 23:36:03.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
313 | 23:36:03.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
314 | 23:36:03.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
315 | 23:36:03.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
316 | 23:36:03.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
317 | 23:36:03.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
318 | 23:36:03.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
319 | 23:36:03.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
320 | 23:36:03.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
321 | 23:36:03.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
322 | 23:36:03.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
323 | 23:36:03.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
324 | 23:36:03.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
325 | 23:36:03.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
326 | 23:36:03.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
327 | 23:36:03.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
328 | 23:36:03.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
329 | 23:36:03.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
330 | 23:36:03.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
331 | 23:36:03.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
332 | 23:36:03.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
333 | 23:36:03.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
334 | 23:36:03.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
335 | 23:36:03.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
336 | 23:36:03.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
337 | 23:36:03.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
338 | 23:36:03.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
339 | 23:36:03.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
340 | 23:36:03.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
341 | 23:36:03.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
342 | 23:36:03.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
343 | 23:36:03.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
344 | 23:36:03.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
345 | 23:36:03.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
346 | 23:36:03.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
347 | 23:36:03.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
348 | 23:36:03.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
349 | 23:36:03.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
350 | 23:36:03.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
351 | 23:36:03.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
352 | 23:36:03.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
353 | 23:36:03.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
354 | 23:36:03.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
355 | 23:36:03.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
356 | 23:36:03.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
357 | 23:36:03.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
358 | 23:36:03.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
359 | 23:36:03.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
360 | 23:36:03.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
361 | 23:36:03.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
362 | 23:36:03.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
363 | 23:36:03.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
364 | 23:36:03.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
365 | 23:36:03.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
366 | 23:36:03.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
367 | 23:36:03.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
368 | 23:36:03.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
369 | 23:36:03.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
370 | 23:36:03.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
371 | 23:36:03.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
372 | 23:36:03.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
373 | 23:36:03.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
374 | 23:36:03.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
375 | 23:36:03.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
376 | 23:36:03.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
377 | 23:36:03.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
378 | 23:36:03.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
379 | 23:36:03.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
380 | 23:36:03.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
381 | 23:36:03.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
382 | 23:36:03.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
383 | 23:36:03.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
384 | 23:36:03.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
385 | 23:36:03.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
386 | 23:36:03.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
387 | 23:36:03.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
388 | 23:36:03.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
389 | 23:36:03.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
390 | 23:36:03.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
391 | 23:36:03.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
392 | 23:36:03.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
393 | 23:36:03.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
394 | 23:36:03.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
395 | 23:36:03.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
396 | 23:36:03.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
397 | 23:36:03.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
398 | 23:36:03.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
399 | 23:36:03.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
400 | 23:36:03.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
401 | 23:36:03.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
402 | 23:36:03.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
403 | 23:36:03.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
404 | 23:36:03.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
405 | 23:36:03.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
406 | 23:36:03.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
407 | 23:36:03.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
408 | 23:36:03.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
409 | 23:36:03.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
410 | 23:36:03.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
411 | 23:36:03.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
412 | 23:36:03.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
413 | 23:36:03.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
414 | 23:36:03.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
415 | 23:36:03.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
416 | 23:36:03.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
417 | 23:36:03.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
418 | 23:36:03.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
419 | 23:36:03.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
420 | 23:36:03.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
421 | 23:36:03.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
422 | 23:36:03.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
423 | 23:36:03.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
424 | 23:36:03.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
425 | 23:36:03.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
426 | 23:36:03.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
427 | 23:36:03.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
428 | 23:36:03.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
429 | 23:36:03.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
430 | 23:36:03.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
431 | 23:36:03.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
432 | 23:36:03.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
433 | 23:36:03.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
434 | 23:36:03.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
435 | 23:36:03.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
436 | 23:36:03.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
437 | 23:36:03.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
438 | 23:36:03.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
439 | 23:36:03.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
440 | 23:36:03.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
441 | 23:36:03.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
442 | 23:36:03.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
443 | 23:36:03.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
444 | 23:36:03.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
445 | 23:36:03.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
446 | 23:36:03.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
447 | 23:36:03.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
448 | 23:36:03.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
449 | 23:36:03.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
450 | 23:36:03.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
451 | 23:36:03.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
452 | 23:36:03.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
453 | 23:36:03.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
454 | 23:36:03.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
455 | 23:36:03.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
456 | 23:36:03.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
457 | 23:36:03.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
458 | 23:36:03.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
459 | 23:36:03.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
460 | 23:36:03.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
461 | 23:36:03.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
462 | 23:36:03.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
463 | 23:36:03.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
464 | 23:36:03.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
465 | 23:36:03.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
466 | 23:36:03.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
467 | 23:36:03.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
468 | 23:36:03.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
469 | 23:36:03.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
470 | 23:36:03.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
471 | 23:36:03.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
472 | 23:36:03.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
473 | 23:36:03.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
474 | 23:36:03.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
475 | 23:36:03.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
476 | 23:36:03.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
477 | 23:36:03.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
478 | 23:36:03.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
479 | 23:36:03.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
480 | 23:36:03.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
481 | 23:36:03.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
482 | 23:36:03.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
483 | 23:36:03.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
484 | 23:36:03.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
485 | 23:36:03.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
486 | 23:36:03.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
487 | 23:36:03.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
488 | 23:36:03.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
489 | 23:36:03.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
490 | 23:36:03.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
491 | 23:36:03.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
492 | 23:36:03.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
493 | 23:36:03.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
494 | 23:36:03.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
495 | 23:36:03.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
496 | 23:36:03.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
497 | 23:36:03.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
498 | 23:36:03.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
499 | 23:36:03.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
500 | 23:36:03.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
501 | 23:36:03.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
502 | 23:36:03.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
503 | 23:36:03.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
504 | 23:36:03.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
505 | 23:36:03.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
506 | 23:36:03.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
507 | 23:36:03.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
508 | 23:36:03.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
509 | 23:36:03.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
510 | 23:36:03.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
511 | 23:36:03.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
512 | 23:36:03.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
513 | 23:36:03.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
514 | 23:36:03.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
515 | 23:36:03.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
516 | 23:36:03.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
517 | 23:36:03.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
518 | 23:36:03.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
519 | 23:36:03.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
520 | 23:36:03.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
521 | 23:36:03.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
522 | 23:36:03.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
523 | 23:36:03.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
524 | 23:36:03.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
525 | 23:36:03.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
526 | 23:36:03.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
527 | 23:36:03.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
528 | 23:36:03.529 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
529 | 23:36:03.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
530 | 23:36:03.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
531 | 23:36:03.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
532 | 23:36:03.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
533 | 23:36:03.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
534 | 23:36:03.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
535 | 23:36:03.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
536 | 23:36:03.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
537 | 23:36:03.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
538 | 23:36:03.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
539 | 23:36:03.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
540 | 23:36:03.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
541 | 23:36:03.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
542 | 23:36:03.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
543 | 23:36:03.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
544 | 23:36:03.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
545 | 23:36:03.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
546 | 23:36:03.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
547 | 23:36:03.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
548 | 23:36:03.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
549 | 23:36:03.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
550 | 23:36:03.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
551 | 23:36:03.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
552 | 23:36:03.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
553 | 23:36:03.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
554 | 23:36:03.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
555 | 23:36:03.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
556 | 23:36:03.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
557 | 23:36:03.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
558 | 23:36:03.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
559 | 23:36:03.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
560 | 23:36:03.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
561 | 23:36:03.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
562 | 23:36:03.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
563 | 23:36:03.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
564 | 23:36:03.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
565 | 23:36:03.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
566 | 23:36:03.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
567 | 23:36:03.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
568 | 23:36:03.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
569 | 23:36:03.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
570 | 23:36:03.559 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/game.php | |
571 | 23:36:03.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
572 | 23:36:03.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
573 | 23:36:03.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
574 | 23:36:03.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
575 | 23:36:03.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
576 | 23:36:03.562 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
577 | 23:36:03.562 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
578 | 23:36:03.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
579 | 23:36:03.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
580 | 23:36:03.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
581 | 23:36:03.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
582 | 23:36:03.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
583 | 23:36:03.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
584 | 23:36:03.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
585 | 23:36:03.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
586 | 23:36:03.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
587 | 23:36:03.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
588 | 23:36:03.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
589 | 23:36:03.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
590 | 23:36:03.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
591 | 23:36:03.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
592 | 23:36:03.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
593 | 23:36:03.572 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
594 | 23:36:03.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
595 | 23:36:03.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
596 | 23:36:03.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
597 | 23:36:03.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
598 | 23:36:03.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
599 | 23:36:03.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
600 | 23:36:03.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
601 | 23:36:03.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
602 | 23:36:03.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
603 | 23:36:03.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
604 | 23:36:03.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
605 | 23:36:03.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
606 | 23:36:03.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
607 | 23:36:03.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
608 | 23:36:03.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
609 | 23:36:03.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
610 | 23:36:03.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
611 | 23:36:03.583 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
612 | 23:36:03.585 | 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:36:03.593 | 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:36:03.600 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
615 | 23:36:03.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
616 | 23:36:03.605 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
617 | 23:36:03.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
618 | 23:36:03.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
619 | 23:36:03.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
620 | 23:36:03.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
621 | 23:36:03.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
622 | 23:36:03.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
623 | 23:36:03.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
624 | 23:36:03.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
625 | 23:36:03.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
626 | 23:36:03.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
627 | 23:36:03.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
628 | 23:36:03.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
629 | 23:36:03.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
630 | 23:36:03.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
631 | 23:36:03.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
632 | 23:36:03.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
633 | 23:36:03.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
634 | 23:36:03.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
635 | 23:36:03.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
636 | 23:36:03.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
637 | 23:36:03.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
638 | 23:36:03.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
639 | 23:36:03.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
640 | 23:36:03.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
641 | 23:36:03.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
642 | 23:36:03.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
643 | 23:36:03.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
644 | 23:36:03.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
645 | 23:36:03.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
646 | 23:36:03.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
647 | 23:36:03.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
648 | 23:36:03.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
649 | 23:36:03.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
650 | 23:36:03.635 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |