Commit 610319fa authored by zhz's avatar zhz

goods

parent df356140
......@@ -85,7 +85,10 @@ class AbstractModel extends \Redis\AbstractModel {
public function tableSIsMember($h,$value){
return $this->sIsMember($this->calcKey($h),$value);
}
public function tableSmembers($key) {
$res=$this->smembers($this->calcKey($key));
return $res;
}
public function tableKeyExists($h){
return $this->exists($this->calcKey($h));
}
......
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