Jamm\Memory\RedisServer::sInter PHP Méthode

sInter() public méthode

public sInter ( $key )
    public function sInter($key)
    {
        if (!is_array($key)) {
            $key = func_get_args();
        }
        return $this->__call('sInter', $key);
    }