Log Messages

总计88条数据
TimeLevelCategoryMessage
 
16:15:30.830traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
16:15:30.830traceyii\base\Module::getModuleLoading module: debug
16:15:30.830traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
16:15:30.831traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
16:15:30.831traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
16:15:30.831traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.832infotime tracing start1781165730832205056
16:15:30.832traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
16:15:30.832traceyii\web\Application::handleRequestRoute requested: 'vue/erp-other-collect-ticket/stop'
16:15:30.832traceyii\base\Module::getModuleLoading module: vue
16:15:30.833infoyii\web\Session::openSession started
16:15:30.834infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1013
16:15:30.834infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
16:15:30.836traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.836traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.837traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.837traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.837infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1013
16:15:30.838traceyii\base\Controller::runActionRoute to run: vue/erp-other-collect-ticket/stop
16:15:30.839traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.840traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
16:15:30.840traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: viewErpOtherCollectTicket
16:15:30.840traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
16:15:30.840traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Treasurer
16:15:30.841traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ErpOtherCollectTicketController::actionStop()
16:15:30.841infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_collect_tickets" WHERE "id"='58'
16:15:30.842traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.842traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.842traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.843traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.844traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateErpOtherCollectTicket
16:15:30.844traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
16:15:30.844traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Treasurer
16:15:30.845traceyii\db\Transaction::beginBegin transaction
16:15:30.845traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.845infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, 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) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') 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 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_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 c.relname = 'tbl_erp_other_collect_ticket_verify_rels' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:15:30.852infoyii\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='tbl_erp_other_collect_ticket_verify_rels' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:15:30.872traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.872traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:30.873infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_erp_other_collect_ticket_verify_rels" SET "status"=3 WHERE ("erp_other_collect_ticket_id"=58) AND ("status"=0)
16:15:30.874infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_erp_other_collect_ticket_stop_verify_rels" WHERE "erp_other_collect_ticket_id"=58
16:15:30.875infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_erp_other_collect_tickets" SET "stop_at"='now()', "stop_description"='' WHERE "id"=58
16:15:30.876traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.876infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, 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) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') 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 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_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 c.relname = 'tbl_action_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:15:30.881infoyii\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='tbl_action_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:15:30.898traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.899traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:30.899infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\ErpOtherCollectTickets', 58, 'a:1:{s:7:"stop_at";s:5:"now()";}', '', 1013, '221.216.117.119')
16:15:30.900traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.900traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.901infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_verify_processes" WHERE "id"=20
16:15:30.902infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE ("id"='1001') AND ("user_status"='1') ORDER BY array_position(array[1001], id)
16:15:30.903traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.903traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.903infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_erp_other_collect_ticket_stop_verify_rels" ("erp_other_collect_ticket_id", "user_id", "status") VALUES (58, 1001, 0)
16:15:30.908infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_collect_ticket_stop_verify_rels" WHERE ("erp_other_collect_ticket_id"=58) AND ("status"=0) ORDER BY "id"
16:15:30.908infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_erp_other_collect_tickets" SET "status"=5, "next_stop_verify_user"=1001, "updated_at"='now()' WHERE "id"=58
16:15:30.909infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\ErpOtherCollectTickets', 58, 'a:1:{s:6:"status";i:5;}', '', 1013, '221.216.117.119')
16:15:30.910infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:15:30.910infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_collect_ticket_stop_verify_rels" WHERE ("status"=0) AND ("erp_other_collect_ticket_id"=58) ORDER BY "id"
16:15:30.911traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.911infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, 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) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') 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 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_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 c.relname = 'tbl_comments' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:15:30.915infoyii\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='tbl_comments' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:15:30.939traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.939traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:30.940infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_other_collect_tickets" WHERE "id"=58
16:15:30.942infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
16:15:30.943infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1001, '20021', 58, '刘人诚 有一个其他应收单需要审批', TRUE, 'QTYSD-20260611-00002') RETURNING "id"
16:15:30.945infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\Comments', 220828, 'a:11:{s:2:"id";i:220828;s:9:"object_id";i:58;s:11:"object_type";s:5:"20021";s:6:"parent";N;s:11:"description";s:46:"刘人诚 有一个其他应收单需要审批";s:10:"created_by";i:1001;s:10:"created_at";N;s:8:"reply_to";N;s:9:"is_system";b:1;s:8:"for_user";N;s:12:"description2";s:20:"QTYSD-20260611-00002";}', '', 1013, '221.216.117.119')
16:15:30.945infoyii\db\Command::execute
16:15:30.946infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE ("id"=1001) AND ("id" != 1001) AND (channel_id IS NOT NULL)
16:15:30.952traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
16:15:30.952traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
16:15:30.952traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
16:15:30.953infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1013
16:15:30.954infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1013
16:15:30.954traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.955infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, 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) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') 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 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_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 c.relname = 'tbl_object_change_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
16:15:30.960infoyii\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='tbl_object_change_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
16:15:30.982traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.983traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16:15:30.983infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (11, 'status', 58, 20021, 1013, 'now()', '["\u7fc1\u5bb6\u6210"]', '[]', '{"d1":"\u7fc1\u5bb6\u6210","d2":"\u7ea2\u5b57\u53cd\u51b2\u4e86","d3":"\u5176\u4ed6\u5e94\u6536\u5355\u7533\u8bf7","d4":""}')
16:15:30.984traceyii\db\Transaction::commitCommit transaction
16:15:30.985traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.985traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
16:15:30.986infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1013, 5, 'vue/erp-other-collect-ticket/stop', '{"id":"58","stop_description":"","web_access_token":"ExUPUMnhAUxb-Q96dD97Giij7XxiArHP"}', '{"code":2000,"result":"","status":1,"msg":[{"name":"success","success":"\u5176\u4ed6\u5e94\u6536\u5355\u7ea2\u5b57\u53cd\u51b2\u6210\u529f","error":""}],"mod":0,"ip":"221.216.117.119","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-06-11 16:15:30', 153910784) RETURNING "id"
16:15:30.989traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16:15:30.989traceyii\redis\Connection::executeCommandExecuting Redis Command: SET