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

Global Lua variables problem with new Redis #46

@jarpineh

Description

@jarpineh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions