Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
Script |
Script.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Script |
Script.newInstance(Script arg) |
Constructor and Description |
---|
Script(Script delegate) |
Modifier and Type | Method and Description |
---|---|
static Script |
Script.create(String script)
Deprecated.
|
static Script |
Script.create(String script,
String sha1)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.evalScript(Script script,
List<String> keys,
List<String> args,
Handler<AsyncResult<JsonArray>> handler)
Deprecated.
Execute a Lua script server side.
|
Modifier and Type | Method and Description |
---|---|
Script |
Script.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Script |
Script.newInstance(Script arg) |
Constructor and Description |
---|
Script(Script delegate) |
Copyright © 2023 Eclipse. All rights reserved.