Skip Menu |

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)



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
Now working in the latest release (sorry, not sure exactly when it was fixed).