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: 54841
Status: resolved
Priority: 0/
Queue: Redis

People
Owner: melo [...] cpan.org
Requestors: Jeremy [...] Zawodny.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Add support for Redis >= 1.2 bulk commands
In order to use zsets in Redis >= 1.2 we need to update the list of bulk commands in Redis.pm. Taking the list from AnyEvent::Reids which appears to be complete: my %bulk_command = map { $_ => 1 } qw( set setnx rpush lpush lset lrem sadd srem sismember echo getset smove zadd zrem zscore zincrby append ); Thanks!
From: chip [...] pobox.com
This bug should be fixed immediately, if not sooner. You can't even - Show quoted text
>set() with current Redis servers using this module. Meanwhile,
AnyEvent::Redis is keeping up with the times.
Subject: Re: [rt.cpan.org #54841] Add support for Redis >= 1.2 bulk commands
Date: Sat, 5 Feb 2011 11:22:41 +0000
To: bug-Redis [...] rt.cpan.org
From: Pedro Melo <melo [...] simplicidade.org>
Hi, last week I've sent out release 1.900_01 with full Redis 2.x support, including pubsub. I'm uploading 1.901 to PAUSE as I write this. Please check that everything works with that release. Thanks, On Sat, Feb 5, 2011 at 1:07 AM, Chip Salzenberg via RT <bug-Redis@rt.cpan.org> wrote: Show quoted text
>       Queue: Redis >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54841 > > > This bug should be fixed immediately, if not sooner.  You can't even -
>>set() with current Redis servers using this module.  Meanwhile,
> AnyEvent::Redis is keeping up with the times. >
-- Pedro Melo http://www.simplicidade.org/ xmpp:melo@simplicidade.org mailto:melo@simplicidade.org
These work for me with the latest releases.