Log Messages

Total 122 item.
#TimeSince previousLevelCategoryMessage
   
122:06:05.182
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
222:06:05.183
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
322:06:05.183
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
422:06:05.183
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
522:06:05.194
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
622:06:05.196
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
722:06:05.196
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
822:06:05.197
< 0ms >
infoyii\web\Session::openSession started
922:06:05.198
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
1022:06:05.236
< 38ms >
infoyii\db\Command::querySELECT 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;
1122:06:05.267
< 30ms >
infoyii\db\Command::queryselect 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
1222:06:05.275
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1322:06:05.281
< 6ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1422:06:05.281
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1522:06:05.281
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1622:06:05.281
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1722:06:05.281
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1822:06:05.282
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1922:06:05.292
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2022:06:05.294
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2122:06:05.295
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2222:06:05.296
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2322:06:05.302
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2422:06:05.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2522:06:05.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2622:06:05.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2722:06:05.304
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2822:06:05.304
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2922:06:05.306
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3022:06:05.306
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3122:06:05.307
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3222:06:05.307
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3322:06:05.308
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3422:06:05.309
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3522:06:05.309
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3622:06:05.310
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3722:06:05.310
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3822:06:05.311
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3922:06:05.311
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4022:06:05.312
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4122:06:05.313
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4222:06:05.314
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4322:06:05.314
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4422:06:05.314
< 0ms >
tracelinslin\yii2\curl\Curl::_httpRequestStart sending cURL-Request: http://atom4d.api.mickey88indo.com/game/market-data\n
4522:06:05.333
< 19ms >
tracelinslin\yii2\curl\Curl::_httpRequestEnd cURL-Request: {"name":"PHP Warning","message":"Undefined variable $orderedResult","code":2,"type":"yii\\base\\ErrorException","file":"/var/www/api-atom4d/controllers/GameController.php","line":166,"stack-trace":["#0 /var/www/api-atom4d/controllers/GameController.php(166): yii\\base\\ErrorHandler->handleError()","#1 [internal function]: app\\controllers\\GameController->actionMarketData()","#2 /var/www/api-atom4d/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array()","#3 /var/www/api-atom4d/vendor/yiisoft/yii2/base/Controller.php(178): yii\\base\\InlineAction->runWithParams()","#4 /var/www/api-atom4d/vendor/yiisoft/yii2/base/Module.php(552): yii\\base\\Controller->runAction()","#5 /var/www/api-atom4d/vendor/yiisoft/yii2/web/Application.php(103): yii\\base\\Module->runAction()","#6 /var/www/api-atom4d/vendor/yiisoft/yii2/base/Application.php(384): yii\\web\\Application->handleRequest()","#7 /var/www/api-atom4d/web/index.php(13): yii\\base\\Application->run()","#8 {main}"]}
4622:06:05.333
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SETEX
4722:06:05.334
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4822:06:05.335
< 0ms >
infoyii\db\Command::querySELECT 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;
4922:06:05.344
< 9ms >
infoyii\db\Command::queryselect 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
5022:06:05.357
< 12ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5122:06:05.363
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5222:06:05.364
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5322:06:05.365
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5422:06:05.366
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5522:06:05.367
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5622:06:05.368
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5722:06:05.369
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5822:06:05.369
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5922:06:05.370
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6022:06:05.371
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6122:06:05.372
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6222:06:05.372
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6322:06:05.373
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6422:06:05.374
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6522:06:05.374
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6622:06:05.375
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6722:06:05.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6822:06:05.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6922:06:05.377
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7022:06:05.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7122:06:05.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7222:06:05.379
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7322:06:05.379
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7422:06:05.385
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7522:06:05.386
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7622:06:05.387
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7722:06:05.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7822:06:05.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7922:06:05.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8022:06:05.393
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8122:06:05.394
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8222:06:05.394
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8322:06:05.399
< 4ms >
infoyii\db\Command::querySELECT 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;
8422:06:05.410
< 11ms >
infoyii\db\Command::queryselect 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
8522:06:05.420
< 9ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8622:06:05.431
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8722:06:05.433
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8822:06:05.435
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8922:06:05.436
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9022:06:05.436
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9122:06:05.437
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9222:06:05.437
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9322:06:05.438
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9422:06:05.438
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9522:06:05.439
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9622:06:05.440
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9722:06:05.440
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9822:06:05.441
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9922:06:05.441
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10022:06:05.442
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10122:06:05.443
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10222:06:05.443
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10322:06:05.444
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10422:06:05.444
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10522:06:05.445
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10622:06:05.446
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10722:06:05.446
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10822:06:05.447
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10922:06:05.448
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11022:06:05.448
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11122:06:05.449
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11222:06:05.449
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11322:06:05.450
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11422:06:05.450
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11522:06:05.451
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11622:06:05.452
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11722:06:05.452
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11822:06:05.454
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11922:06:05.455
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12022:06:05.459
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
12122:06:05.460
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
12222:06:05.460
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET