RT for rt.cpan.org
Skip Menu
|
Bug #61080 for Redis: setex command doesn't work
Active bugs
Resolved bugs
Rejected bugs
Preferred bug tracker
Please visit the
preferred bug tracker
to report your issue.
This queue is for tickets about the
Redis CPAN distribution
.
Report information
The Basics
Id:
61080
Status:
resolved
Priority:
0/
Queue:
Redis
People
Owner:
melo [...] cpan.org
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:08:40 2010
eugene.toropov [...] gmail.com - Ticket created
Subject:
setex command doesn't work
Date:
Sun, 5 Sep 2010 14:08:21 +0400
To:
<bug-Redis [...] rt.cpan.org>
From:
"Eugene Toropov" <eugene.toropov [...] gmail.com>
Greetings, perl -MRedis -e 'my $r = Redis->new(server => "192.168.42.26:6379", debug => 1 ); $r->setex(var => 1 => 1); $r->del("var");' ## setex $VAR1 = 'var'; $VAR2 = 1; $VAR3 = 1;
Show quoted text
>> SETEX var 1 1
...waiting forever here.... Cheers Eugene
Sat Feb 05 07:30:31 2011
melo [...] cpan.org - Taken
Sat Feb 05 07:30:51 2011
melo [...] cpan.org - Correspondence added
Hi, fixed in version 1.901 of Redis Thanks
Sat Feb 05 07:30:54 2011
The RT System itself - Status changed from 'new' to 'open'
Sat Feb 05 07:30:54 2011
melo [...] cpan.org - Status changed from 'open' to 'resolved'