Log Messages

Total 122 item.
#TimeSince previousLevelCategoryMessage
   
115:49:56.641
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
215:49:56.642
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
315:49:56.642
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
415:49:56.643
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
515:49:56.652
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
615:49:56.653
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
715:49:56.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
815:49:56.654
< 0ms >
infoyii\web\Session::openSession started
915:49:56.654
< 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
1015:49:56.673
< 18ms >
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;
1115:49:56.691
< 18ms >
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
1215:49:56.699
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f05e340-50ae-6798-9e70-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1315:49:56.702
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1415:49:56.703
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1515:49:56.703
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1615:49:56.703
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1715:49:56.703
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1815:49:56.703
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1915:49:56.712
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2015:49:56.714
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2115:49:56.714
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2215:49:56.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2315:49:56.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2415:49:56.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2515:49:56.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2615:49:56.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2715:49:56.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2815:49:56.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2915:49:56.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3015:49:56.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3115:49:56.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3215:49:56.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3315:49:56.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3415:49:56.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3515:49:56.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3615:49:56.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3715:49:56.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3815:49:56.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3915:49:56.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4015:49:56.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4115:49:56.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4215:49:56.725
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4315:49:56.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4415:49:56.725
< 0ms >
tracelinslin\yii2\curl\Curl::_httpRequestStart sending cURL-Request: http://atom4d.api.mickey88indo.com/game/market-data\n
4515:49:56.736
< 11ms >
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}"]}
4615:49:56.737
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SETEX
4715:49:56.739
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4815:49:56.739
< 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;
4915:49:56.747
< 7ms >
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
5015:49:56.761
< 14ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1f05e340-50ae-6798-9e70-5e1409fc0711') AND ("status"=1)
5115:49:56.763
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5215:49:56.765
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5315:49:56.767
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5415:49:56.768
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5515:49:56.769
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5615:49:56.770
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5715:49:56.771
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5815:49:56.771
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5915:49:56.772
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6015:49:56.773
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6115:49:56.774
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6215:49:56.775
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6315:49:56.776
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6415:49:56.777
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6515:49:56.777
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6615:49:56.778
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6715:49:56.779
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6815:49:56.779
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6915:49:56.780
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7015:49:56.780
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7115:49:56.781
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7215:49:56.781
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7315:49:56.782
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7415:49:56.783
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7515:49:56.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7615:49:56.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7715:49:56.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7815:49:56.785
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7915:49:56.785
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8015:49:56.786
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8115:49:56.787
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8215:49:56.788
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8315:49:56.790
< 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;
8415:49:56.799
< 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
8515:49:56.805
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8615:49:56.807
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8715:49:56.808
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8815:49:56.810
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8915:49:56.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9015:49:56.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9115:49:56.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9215:49:56.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9315:49:56.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9415:49:56.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9515:49:56.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9615:49:56.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9715:49:56.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9815:49:56.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9915:49:56.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10015:49:56.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10115:49:56.818
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10215:49:56.818
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10315:49:56.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10415:49:56.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10515:49:56.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10615:49:56.821
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10715:49:56.821
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10815:49:56.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10915:49:56.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11015:49:56.824
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11115:49:56.825
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11215:49:56.825
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11315:49:56.826
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11415:49:56.826
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11515:49:56.827
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11615:49:56.827
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11715:49:56.828
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11815:49:56.829
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11915:49:56.830
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12015:49:56.834
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
12115:49:56.836
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
12215:49:56.837
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET