Package | Description |
---|---|
io.vertx.redis |
= Vert.x-redis
:toc: left
Vert.x-redis is redis client to be used with Vert.x.
|
Modifier and Type | Method and Description |
---|---|
static Script |
Script.create(String script) |
static Script |
Script.create(String script,
String sha1) |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.evalScript(Script script,
List<String> keys,
List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
Execute a Lua script server side.
|
Copyright © 2018 Eclipse. All rights reserved.