Log Messages

Total 122 item.
#TimeSince previousLevelCategoryMessage
   
121:15:53.727
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:15:53.729
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:15:53.735
< 6ms >
traceyii\base\Module::getModuleLoading module: debug
421:15:53.736
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
521:15:53.759
< 22ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:15:53.766
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:15:53.767
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:15:53.768
< 0ms >
infoyii\web\Session::openSession started
921:15:53.769
< 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
1021:15:53.788
< 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;
1121:15:53.806
< 17ms >
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
1221:15:53.817
< 10ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:15:53.820
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:15:53.821
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:15:53.821
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:15:53.821
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1721:15:53.821
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1821:15:53.822
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1921:15:53.832
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:15:53.834
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:15:53.834
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:15:53.836
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:15:53.842
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:15:53.843
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:15:53.845
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:15:53.846
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:15:53.847
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:15:53.847
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:15:53.848
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:15:53.848
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:15:53.849
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:15:53.849
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:15:53.850
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:15:53.851
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:15:53.851
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:15:53.852
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:15:53.852
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:15:53.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:15:53.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:15:53.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:15:53.854
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:15:53.855
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4321:15:53.855
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:15:53.855
< 0ms >
tracelinslin\yii2\curl\Curl::_httpRequestStart sending cURL-Request: http://atom4d.api.mickey88indo.com/game/market-data\n
4521:15:53.869
< 13ms >
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}"]}
4621:15:53.869
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SETEX
4721:15:53.871
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4821:15:53.871
< 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;
4921:15:53.880
< 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
5021:15:53.886
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5121:15:53.888
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:15:53.889
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:15:53.891
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:15:53.892
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:15:53.892
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:15:53.893
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:15:53.894
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:15:53.894
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:15:53.895
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:15:53.896
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:15:53.897
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6221:15:53.902
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:15:53.903
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:15:53.904
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6521:15:53.905
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:15:53.906
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:15:53.912
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:15:53.913
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:15:53.914
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:15:53.919
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:15:53.920
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:15:53.921
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:15:53.921
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:15:53.922
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:15:53.923
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:15:53.924
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:15:53.924
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:15:53.925
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:15:53.925
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:15:53.926
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:15:53.927
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8221:15:53.928
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8321:15:53.931
< 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;
8421:15:53.939
< 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
8521:15:53.945
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8621:15:53.947
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:15:53.948
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8821:15:53.950
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:15:53.952
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:15:53.953
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:15:53.954
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:15:53.961
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:15:53.962
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:15:53.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:15:53.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:15:53.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:15:53.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:15:53.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:15:53.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:15:53.966
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:15:53.967
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:15:53.968
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:15:53.968
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:15:53.969
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:15:53.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10621:15:53.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:15:53.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:15:53.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:15:53.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:15:53.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:15:53.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:15:53.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:15:53.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:15:53.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11521:15:53.977
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:15:53.978
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:15:53.978
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11821:15:53.980
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11921:15:53.981
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12021:15:53.986
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
12121:15:53.987
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
12221:15:53.987
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET