Commit a754e1ab authored by zhz's avatar zhz

mall

parent 1f652962
...@@ -35,7 +35,9 @@ class SaleOrderRedisModel extends \Redis\Db1\AbstractModel { ...@@ -35,7 +35,9 @@ class SaleOrderRedisModel extends \Redis\Db1\AbstractModel {
} }
return null; return null;
} }
public function tableDelAll($data){
return $this->delAll($data);
}
public function tableHSet($h,$key,$val,$experio=0){ public function tableHSet($h,$key,$val,$experio=0){
return $this->hset($this->calcKey($h),$key,$val,$experio); return $this->hset($this->calcKey($h),$key,$val,$experio);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment