This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Description
Hi.
I was trying to use the latest Stdnet version (0.7.c2). I have problems with all my Redis versions:
2.2 from Ubuntu 11.10
2.6.0-rc3 from redis.io
and a newer build from Redis repository
2.2 fails with pipeline command error and tests fail with "unknown SCRIPT command". I assume Stdnet 0.7+ requires Lua support in Redis. With 0.6 I have had no problems, but I'd like to use the new features...
Alas, the newer Redis fails with "Script attempted to create global variable" where variable depends upon the script used.
It seems Redis did allow global variables at some point:
https://github.com/antirez/redis/issues/484
So my question is which Redis version is supported at the moment?
Thank you.