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