| Time | Level | Category | Message |
|---|---|---|---|
| 22:44:12.704 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 22:44:12.704 | trace | yii\base\Module::getModule | Loading module: debug |
| 22:44:12.705 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 22:44:12.705 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 22:44:12.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 22:44:12.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.706 | info | time tracing start | 1783089852706558976 |
| 22:44:12.706 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 22:44:12.706 | trace | yii\web\Application::handleRequest | Route requested: 'vue/erp-sales-outbound/search-inventory-product-list' |
| 22:44:12.706 | trace | yii\base\Module::getModule | Loading module: vue |
| 22:44:12.708 | info | yii\web\Session::open | Session started |
| 22:44:12.709 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 22:44:12.709 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 22:44:12.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.712 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 22:44:12.713 | trace | yii\base\Controller::runAction | Route to run: vue/erp-sales-outbound/search-inventory-product-list |
| 22:44:12.714 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\ErpSalesOutboundController::actionSearchInventoryProductList() |
| 22:44:12.714 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_outbounds" WHERE "id"='158' |
| 22:44:12.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.715 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_outbound_products" WHERE "erp_sales_outbound_id"=158 |
| 22:44:12.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.716 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_outbound_spent_products" WHERE "erp_sales_outbound_product_id" IN (454, 455, 456, 457, 458) |
| 22:44:12.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.717 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_erp_stores" WHERE ("id"='1') AND ("is_delete"=FALSE)) |
| 22:44:12.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.720 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'client_name' in 'app\models\search\ErpInventoryProductSearch'. |
| 22:44:12.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.724 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT eip.* FROM "a57be577deb434"."tbl_erp_inventory_products" "eip" LEFT JOIN "a57be577deb434"."tbl_products" "p" ON eip.product_id = p.id LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON p.product_brand = pb.id LEFT JOIN "a57be577deb434"."tbl_product_types" "pt" ON p.product_type = pt.id LEFT JOIN "a57be577deb434"."tbl_product_series" "ps" ON p.product_serie = ps.id LEFT JOIN "a57be577deb434"."tbl_product_components" "pc" ON p.product_component = pc.id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_inbounds" "epis" ON epis.id = eip.erp_purchase_inbound_id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_inbound_projects" "epips" ON epis.id = epips.erp_purchase_inbound_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_starts" "eiss" ON eiss.id = eip.erp_inventory_start_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_builds" "eibs" ON eibs.id = eip.erp_inventory_build_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_disassembles" "eids" ON eids.id = eip.erp_inventory_disassemble_id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_gifts" "epgs" ON epgs.id = eip.erp_purchase_gift_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_overflows" "eios" ON eios.id = eip.erp_inventory_overflow_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_overflow_projects" "eiops" ON eiops.erp_inventory_overflow_id = eios.id WHERE ("eip"."product_id"='870') AND ("eip"."erp_store_id"='1') AND ((eip.inventory > 0) OR ("eip"."id" IN (517, 529, 513, 516, 529, 517))) GROUP BY "eip"."id" ORDER BY eip.wrote_date ASC, eip.created_at ASC) "c" |
| 22:44:12.729 | info | yii\db\Command::query | SELECT eip.* FROM "a57be577deb434"."tbl_erp_inventory_products" "eip" LEFT JOIN "a57be577deb434"."tbl_products" "p" ON eip.product_id = p.id LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON p.product_brand = pb.id LEFT JOIN "a57be577deb434"."tbl_product_types" "pt" ON p.product_type = pt.id LEFT JOIN "a57be577deb434"."tbl_product_series" "ps" ON p.product_serie = ps.id LEFT JOIN "a57be577deb434"."tbl_product_components" "pc" ON p.product_component = pc.id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_inbounds" "epis" ON epis.id = eip.erp_purchase_inbound_id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_inbound_projects" "epips" ON epis.id = epips.erp_purchase_inbound_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_starts" "eiss" ON eiss.id = eip.erp_inventory_start_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_builds" "eibs" ON eibs.id = eip.erp_inventory_build_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_disassembles" "eids" ON eids.id = eip.erp_inventory_disassemble_id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_gifts" "epgs" ON epgs.id = eip.erp_purchase_gift_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_overflows" "eios" ON eios.id = eip.erp_inventory_overflow_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_overflow_projects" "eiops" ON eiops.erp_inventory_overflow_id = eios.id WHERE ("eip"."product_id"='870') AND ("eip"."erp_store_id"='1') AND ((eip.inventory > 0) OR ("eip"."id" IN (517, 529, 513, 516, 529, 517))) GROUP BY "eip"."id" ORDER BY eip.wrote_date ASC, eip.created_at ASC LIMIT 20 |
| 22:44:12.734 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "serial_no" AS "name", "supplier_id", "purchase_contract_id" FROM "a57be577deb434"."tbl_erp_purchase_gifts" WHERE "id" IN (24, 25) |
| 22:44:12.736 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_purchase_gift_projects" WHERE "erp_purchase_gift_id" IN (25, 24) |
| 22:44:12.736 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_products" WHERE "id"=870 |
| 22:44:12.737 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id"=5 |
| 22:44:12.737 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id"=35 |
| 22:44:12.738 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id"=20 |
| 22:44:12.738 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id"=551 |
| 22:44:12.739 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id"=8 |
| 22:44:12.739 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'client_name' in 'app\models\search\ErpInventoryProductSearch'. |
| 22:44:12.740 | info | yii\db\Command::query | SELECT eip.* FROM "a57be577deb434"."tbl_erp_inventory_products" "eip" LEFT JOIN "a57be577deb434"."tbl_products" "p" ON eip.product_id = p.id LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON p.product_brand = pb.id LEFT JOIN "a57be577deb434"."tbl_product_types" "pt" ON p.product_type = pt.id LEFT JOIN "a57be577deb434"."tbl_product_series" "ps" ON p.product_serie = ps.id LEFT JOIN "a57be577deb434"."tbl_product_components" "pc" ON p.product_component = pc.id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_inbounds" "epis" ON epis.id = eip.erp_purchase_inbound_id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_inbound_projects" "epips" ON epis.id = epips.erp_purchase_inbound_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_starts" "eiss" ON eiss.id = eip.erp_inventory_start_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_builds" "eibs" ON eibs.id = eip.erp_inventory_build_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_disassembles" "eids" ON eids.id = eip.erp_inventory_disassemble_id LEFT JOIN "a57be577deb434"."tbl_erp_purchase_gifts" "epgs" ON epgs.id = eip.erp_purchase_gift_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_overflows" "eios" ON eios.id = eip.erp_inventory_overflow_id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_overflow_projects" "eiops" ON eiops.erp_inventory_overflow_id = eios.id WHERE ("eip"."product_id"='870') AND ("eip"."erp_store_id"='1') AND ((eip.inventory > 0) OR ("eip"."id" IN (517, 529, 513, 516, 529, 517))) GROUP BY "eip"."id" ORDER BY eip.wrote_date ASC, eip.created_at ASC |
| 22:44:12.742 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "serial_no" AS "name", "supplier_id", "purchase_contract_id" FROM "a57be577deb434"."tbl_erp_purchase_gifts" WHERE "id" IN (24, 25) |
| 22:44:12.743 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_products" WHERE "id"=870 |
| 22:44:12.743 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id"=5 |
| 22:44:12.744 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id"=35 |
| 22:44:12.744 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id"=20 |
| 22:44:12.745 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id"=551 |
| 22:44:12.745 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id"=8 |
| 22:44:12.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 22:44:12.747 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/erp-sales-outbound/search-inventory-product-list', '{"ErpInventoryProductSearch":{"client_id":"","client_name":"","project_id":""},"ErpSalesOutbounds":{"erpSalesOutboundProducts":{"454":{"product_id":"870","number":"9","amount":"1200","total_amount":"10800.00","description":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","erp_sales_order_product_id":"2261","erp_store_id":"1","maintenance_to":"","is_check":"1","erpSalesOutboundSpentProducts":[{"erp_inventory_product_id":"517","number":"9"}]},"455":{"product_id":"2232","number":"9","amount":"210375","total_amount":"1893375.00","description":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","erp_sales_order_product_id":"2262","erp_store_id":"1","maintenance_to":"","is_check":"0","erpSalesOutboundSpentProducts":[{"erp_inventory_product_id":"529","number":"9"}]},"456":{"product_id":"868","number":"9","amount":"1400","total_amount":"12600.00","description":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","erp_sales_order_product_id":"2263","erp_store_id":"1","maintenance_to":"","is_check":"0","erpSalesOutboundSpentProducts":[{"erp_inventory_product_id":"513","number":"1"},{"erp_inventory_product_id":"516","number":"8"}]},"457":{"product_id":"2232","number":"7","amount":"210375","total_amount":"1472625.00","description":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","erp_sales_order_product_id":"2264","erp_store_id":"1","maintenance_to":"","is_check":"0","erpSalesOutboundSpentProducts":[{"erp_inventory_product_id":"529","number":"7"}]},"458":{"product_id":"870","number":"8","amount":"1200","total_amount":"9600.00","description":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","erp_sales_order_product_id":"2265","erp_store_id":"1","maintenance_to":"","is_check":"0","erpSalesOutboundSpentProducts":[{"erp_inventory_product_id":"517","number":"8"}]}}},"id":"158","page":"1"}', '{"code":2000,"result":{"list":[{"id":517,"product_id":870,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2026-07-03","number":"66","outbound":"17","inventory":66,"amount":"0","total_amount":"0","actual_amount":"0","actual_total_amount":"0","is_build":false,"created_at":"2026-07-03 22:39:02","lost_outbound":"0","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"0","sales_outbound":"17","erp_purchase_gift_id":24,"erp_purchase_gift_product_id":28,"sales_gift_outbound":"0","erp_inventory_disassemble_id":"","erp_inventory_disassemble_product_id":"","disassemble_spent_outbound":"0","erp_inventory_overflow_id":"","erp_inventory_overflow_product_id":"","erpPurchaseInbound":{},"erpInventoryBuild":{},"erpInventoryDisassemble":{},"erpInventoryStart":{},"erpPurchaseGift":{"id":24,"key":24,"name":"HZD-20260703-00001","supplier_id":"","purchase_contract_id":"","supplier":{},"purchaseContract":{},"erpPurchaseGiftProjects":[]},"erpInventoryOverflow":{},"product":{"id":870,"name":"LIS-F1000-AK-AV-1Y","product_type":5,"product_component":35,"product_brand":20,"product_serie":551,"product_misc":"","product_qa":"","pn":"","description":"H3C SecPath F1000-AK,AV \u9632\u75c5\u6bd2\u5b89\u5168License\uff08\u4e00\u5e74\u670d\u52a1\uff09","created_by":1013,"created_at":"2022-10-24 10:46:22","updated_at":"2026-07-03 22:43:46","pinyin_shortcut":"LISF1000AKAV1Y","product_unit":8,"is_renew":false,"in_out_at":"2026-07-03 22:43:46.585102+08","productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":20,"key":20,"name":"H3C"},"productSerie":{"id":551,"key":551,"name":"H3C SecPath F1000-AK,AV \u9632\u75c5\u6bd2\u5b89\u5168License"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"serial_no":"HZD-20260703-00001"},{"id":525,"product_id":870,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2026-07-03","number":"55","outbound":"0","inventory":"55","amount":"0","total_amount":"0","actual_amount":"0","actual_total_amount":"0","is_build":false,"created_at":"2026-07-03 22:39:48","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":25,"erp_purchase_gift_product_id":36,"sales_gift_outbound":"","erp_inventory_disassemble_id":"","erp_inventory_disassemble_product_id":"","disassemble_spent_outbound":"","erp_inventory_overflow_id":"","erp_inventory_overflow_product_id":"","erpPurchaseInbound":{},"erpInventoryBuild":{},"erpInventoryDisassemble":{},"erpInventoryStart":{},"erpPurchaseGift":{"id":25,"key":25,"name":"HZD-20260703-00002","supplier_id":"","purchase_contract_id":"","supplier":{},"purchaseContract":{},"erpPurchaseGiftProjects":[]},"erpInventoryOverflow":{},"product":{"id":870,"name":"LIS-F1000-AK-AV-1Y","product_type":5,"product_component":35,"product_brand":20,"product_serie":551,"product_misc":"","product_qa":"","pn":"","description":"H3C SecPath F1000-AK,AV \u9632\u75c5\u6bd2\u5b89\u5168License\uff08\u4e00\u5e74\u670d\u52a1\uff09","created_by":1013,"created_at":"2022-10-24 10:46:22","updated_at":"2026-07-03 22:43:46","pinyin_shortcut":"LISF1000AKAV1Y","product_unit":8,"is_renew":false,"in_out_at":"2026-07-03 22:43:46.585102+08","productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":20,"key":20,"name":"H3C"},"productSerie":{"id":551,"key":551,"name":"H3C SecPath F1000-AK,AV \u9632\u75c5\u6bd2\u5b89\u5168License"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"serial_no":"HZD-20260703-00002"}],"checkList":[{"id":517,"product_id":870,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2026-07-03","number":"66","outbound":"17","inventory":"49","amount":"0","total_amount":"0","actual_amount":"0","actual_total_amount":"0","is_build":false,"created_at":"2026-07-03 22:39:02","lost_outbound":"0","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"0","sales_outbound":"17","erp_purchase_gift_id":24,"erp_purchase_gift_product_id":28,"sales_gift_outbound":"0","erp_inventory_disassemble_id":"","erp_inventory_disassemble_product_id":"","disassemble_spent_outbound":"0","erp_inventory_overflow_id":"","erp_inventory_overflow_product_id":"","erpPurchaseInbound":{},"erpInventoryBuild":{},"erpInventoryDisassemble":{},"erpInventoryStart":{},"erpPurchaseGift":{"id":24,"key":24,"name":"HZD-20260703-00001","supplier_id":"","purchase_contract_id":""},"erpInventoryOverflow":{},"product":{"id":870,"name":"LIS-F1000-AK-AV-1Y","product_type":5,"product_component":35,"product_brand":20,"product_serie":551,"product_misc":"","product_qa":"","pn":"","description":"H3C SecPath F1000-AK,AV \u9632\u75c5\u6bd2\u5b89\u5168License\uff08\u4e00\u5e74\u670d\u52a1\uff09","created_by":1013,"created_at":"2022-10-24 10:46:22","updated_at":"2026-07-03 22:43:46","pinyin_shortcut":"LISF1000AKAV1Y","product_unit":8,"is_renew":false,"in_out_at":"2026-07-03 22:43:46.585102+08","productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":20,"key":20,"name":"H3C"},"productSerie":{"id":551,"key":551,"name":"H3C SecPath F1000-AK,AV \u9632\u75c5\u6bd2\u5b89\u5168License"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"serial_no":"HZD-20260703-00001","is_check":true,"used_number":"9"}],"pagenation":{"totalcount":2,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"111.194.208.14","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/149.0.0.0 Safari\/537.36"}', FALSE, '2026-07-03 22:44:12', 40236032) RETURNING "id" |
| 22:44:12.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 22:44:12.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |