On Sat Dec 25 04:17:04 2010, mjy@geizhals.at wrote:
Show quoted text> Apparently the 'keys' command returns *<number of results> as the
> first response
> line from 2.x on, Redis.pm expects *<number of bytes in result>.
> Because of
> that, keys() returns garbage and the following commands fail.
I confirm this.
A workaround is to remove any special handling of "keys"
from the module; then it correctly figures out that
it has to use multi-bulk read. So the fix is to just
remove lines 133-136.