public function SetRange($key, $offset, $value) { return $this->_send(array('SetRange', $key, $offset, $value)); }