NAME

Mvalve::Queue::Q4M - Q4M Implementation

SYNOPSIS

use Mvalve::Queue::Q4M;

my $q = Mvalve::Queue::Q4M->new( connect_info => [ ... ] );

$q->next(
  table_conds => [ ... ],
  timeout => ...
);

$q->fetch(
  table => ...,
  args => { ... }
);

$q->insert(
  table => ...,
  data => { ... },
);

$q->clear();

METHODS

next

fetch

insert

clear