• antirez's avatar
    Scripting test: check that Lua can call commands rewirting argv. · 76c31d42
    antirez authored
    SPOP, tested in the new test, is among the commands rewritng the
    client->argv argument vector (it gets rewritten as SREM) for command
    replication purposes.
    
    Because of recent optimizations to client->argv caching in the context
    of the Lua internal Redis client, it is important to test for SPOP to be
    callable from Lua without bad effects to the other commands.
    76c31d42
scripting.tcl 14.6 KB