edgeport - v1.0.6
    Preparing search index...

    Interface RedisEvalOptions

    interface RedisEvalOptions {
        args?: RedisArg[];
        keys?: string[];
    }
    Index
    args?: RedisArg[]

    Extra arguments; they become ARGV[1..n].

    keys?: string[]

    Keys the script touches; they become KEYS[1..n].