in reply to Redis module that supports EVAL scripting?

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

  • Comment on Re: Redis module that supports EVAL scripting?

Replies are listed 'Best First'.
Re^2: Redis module that supports EVAL scripting?
by tmaly (Monk) on Mar 27, 2012 at 14:44 UTC

    Thanks,

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

Re^2: Redis module that supports EVAL scripting?
by tmaly (Monk) on Mar 29, 2012 at 20:55 UTC

    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