Skip Menu |

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)



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
Hi, fixed in version 1.901 of Redis Thanks