tmaly has asked for the wisdom of the Perl Monks concerning the following question:

Monks,

Is there redis client module on CPAN that supports the EVAL command in the latest redis 2.6?

I did a quick search and I find no mention of this in any of the examples


Best regards,
Ty

  • Comment on Redis module that supports EVAL scripting?

Replies are listed 'Best First'.
Re: Redis module that supports EVAL scripting?
by Anonymous Monk on Mar 27, 2012 at 14:40 UTC

    I did a quick search and I find no mention of this in any of the examples

    Looking at MojoX::Redis it look like EVAL does not require any special support, just execute it

      Thanks,

      I also just came across Redis::hiredis which I think will handle the EVAL

      I finally settled on the RedisDB module as this has support for EVAL (scripting in redis) and I have verified it

      MojoX::Redis could not install due failures in testing due to changes in the Mojolicious API. I filed a bug on this