| Package | Description | 
|---|---|
| io.vertx.reactivex.redis | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Script> | 
Script.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static Script | 
Script.create(String script)  | 
static Script | 
Script.create(String script,
      String sha1)  | 
static Script | 
Script.newInstance(Script arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
RedisClient | 
RedisClient.evalScript(Script script,
          List<String> keys,
          List<String> args,
          Handler<AsyncResult<JsonArray>> handler)
Execute a Lua script server side. 
 | 
Single<JsonArray> | 
RedisClient.rxEvalScript(Script script,
            List<String> keys,
            List<String> args)
Execute a Lua script server side. 
 | 
Copyright © 2020 Eclipse. All rights reserved.