Skip Menu |

This queue is for tickets about the Redis-JobQueue CPAN distribution.

Report information
The Basics
Id: 95804
Status: resolved
Priority: 0/
Queue: Redis-JobQueue

People
Owner: SGLADKOV [...] cpan.org
Requestors: dannysterne [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 1.12



Subject: Redis::JobQueue on EC2 Elasticache Redis
Date: Tue, 20 May 2014 10:07:31 -0700
To: bug-Redis-JobQueue [...] rt.cpan.org
From: Danny Sterne <dannysterne [...] gmail.com>
Hello, I've been using Redis::JobQueue as a replacement for Gearman for a while now (and love it!). I'm working on migrating many of my services to Amazon EC2. Amazon provides a version of Redis in EC2 that they've dubbed "Elasticache". When attempting to use Redis::JobQueue on Amazon EC2 Elasticache, I get the following error: [CONFIG] ERR unknown command 'CONFIG', at /usr/local/share/perl/5.14.2/Redis.pm line 250. Amazon has not exposed the CONFIG option to the clients, even in a read-only way. It would be good if the BUILD function in JobQueue.pm did not rely on the CONFIG call to Redis. Thanks, Danny
Hello, I hope that this is fixed in 1.12 . Please take a look and let me know if this works for you. Thanks, Sergey
Hello, Please use argument 'check_maxmemory' when calling Redis::JobQueue->new . Thanks, Sergey
Subject: Re: [rt.cpan.org #95804] Redis::JobQueue on EC2 Elasticache Redis
Date: Fri, 23 May 2014 08:15:03 -0700
To: bug-Redis-JobQueue [...] rt.cpan.org
From: Danny Sterne <dannysterne [...] gmail.com>
Works perfectly! Thank you so much for adding the check_maxmemory option! On Thu, May 22, 2014 at 2:46 PM, Sergey Gladkov via RT < bug-Redis-JobQueue@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=95804 > > > Hello, > > Please use argument 'check_maxmemory' when calling Redis::JobQueue->new . > > Thanks, > Sergey > >