Jamm\Memory\RedisServer::LIndex PHP Метод

LIndex() публичный Метод

public LIndex ( $key, $index )
    public function LIndex($key, $index)
    {
        return $this->_send(array('LIndex', $key, $index));
    }