Log Messages

Total 122 item.
#TimeSince previousLevelCategoryMessage
   
116:42:18.444
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:42:18.446
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:42:18.446
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:42:18.446
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
516:42:18.455
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:42:18.456
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:42:18.457
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:42:18.458
< 0ms >
infoyii\web\Session::openSession started
916:42:18.458
< 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
1016:42:18.478
< 19ms >
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;
1116:42:18.492
< 14ms >
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
1216:42:18.498
< 5ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:42:18.501
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:42:18.501
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:42:18.501
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:42:18.502
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1716:42:18.502
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1816:42:18.502
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1916:42:18.511
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:42:18.512
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:42:18.512
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:42:18.513
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:42:18.514
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:42:18.514
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:42:18.515
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:42:18.515
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:42:18.515
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:42:18.516
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:42:18.516
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:42:18.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:42:18.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:42:18.518
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:42:18.518
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:42:18.519
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:42:18.519
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:42:18.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:42:18.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:42:18.521
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:42:18.521
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:42:18.521
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:42:18.522
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:42:18.522
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4316:42:18.523
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4416:42:18.523
< 0ms >
tracelinslin\yii2\curl\Curl::_httpRequestStart sending cURL-Request: http://atom4d.api.mickey88indo.com/game/market-data\n
4516:42:18.582
< 58ms >
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}"]}
4616:42:18.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SETEX
4716:42:18.583
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4816:42:18.584
< 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;
4916:42:18.593
< 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
5016:42:18.598
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1f05e3b5-5aee-6d5a-8f45-5e1409fc0711') AND ("status"=1)
5116:42:18.601
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5216:42:18.602
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5316:42:18.603
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5416:42:18.604
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5516:42:18.605
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5616:42:18.606
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5716:42:18.606
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5816:42:18.607
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5916:42:18.608
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6016:42:18.609
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6116:42:18.610
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6216:42:18.610
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6316:42:18.611
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6416:42:18.612
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6516:42:18.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6616:42:18.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6716:42:18.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6816:42:18.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6916:42:18.615
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7016:42:18.615
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7116:42:18.616
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7216:42:18.616
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7316:42:18.617
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7416:42:18.617
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7516:42:18.617
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7616:42:18.618
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7716:42:18.618
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7816:42:18.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7916:42:18.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8016:42:18.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8116:42:18.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8216:42:18.621
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8316:42:18.624
< 2ms >
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;
8416:42:18.633
< 8ms >
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
8516:42:18.639
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8616:42:18.641
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8716:42:18.644
< 3ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8816:42:18.646
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8916:42:18.647
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9016:42:18.648
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9116:42:18.648
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9216:42:18.649
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9316:42:18.649
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9416:42:18.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9516:42:18.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9616:42:18.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9716:42:18.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9816:42:18.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9916:42:18.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10016:42:18.653
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10116:42:18.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10216:42:18.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10316:42:18.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10416:42:18.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10516:42:18.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10616:42:18.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10716:42:18.657
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10816:42:18.658
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10916:42:18.658
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11016:42:18.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11116:42:18.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11216:42:18.660
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11316:42:18.660
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11416:42:18.661
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11516:42:18.661
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11616:42:18.662
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11716:42:18.663
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11816:42:18.664
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11916:42:18.665
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12016:42:18.669
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
12116:42:18.670
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
12216:42:18.671
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET