RT for rt.cpan.org
Skip Menu
|
Bug #61081 for AnyEvent-Redis: setex command doesn't work
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
AnyEvent-Redis CPAN distribution
.
Report information
The Basics
Id:
61081
Status:
resolved
Priority:
0/
Queue:
AnyEvent-Redis
People
Owner:
Nobody in particular
Requestors:
eugene.toropov [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sun Sep 05 06:19:45 2010
eugene.toropov [...] gmail.com - Ticket created
Subject:
setex command doesn't work
Date:
Sun, 5 Sep 2010 14:19:29 +0400
To:
<bug-AnyEvent-Redis [...] rt.cpan.org>
From:
"Eugene Toropov" <eugene.toropov [...] gmail.com>
Greetings,
Show quoted text
> export ANYEVENT_REDIS_DEBUG=1; perl -MAnyEvent::Redis -e 'my $r = AnyEvent::Redis->new(on_error => sub { warn @_ } ); my $cv = AnyEvent->condvar; $r->setex(var => 1 => 1 => sub { $r->del("var"); $cv->send }); $cv->recv;'
SETEX var 1 1 ...waiting forever..... Cheers Eugene
Wed Jan 12 20:07:14 2011
dgl [...] dgl.cx - Correspondence added
Now working in the latest release (sorry, not sure exactly when it was fixed).
Wed Jan 12 20:07:15 2011
The RT System itself - Status changed from 'new' to 'open'
Wed Jan 12 20:07:15 2011
dgl [...] dgl.cx - Status changed from 'open' to 'resolved'