Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
Single<String> |
RedisClient.rxScriptDebug(ScriptDebugOptions scriptDebugOptions)
Set the debug mode for executed scripts.
|
RedisClient |
RedisClient.scriptDebug(ScriptDebugOptions scriptDebugOptions,
Handler<AsyncResult<String>> handler)
Set the debug mode for executed scripts.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.scriptDebug(ScriptDebugOptions scriptDebugOptions,
Handler<AsyncResult<String>> handler)
Deprecated.
Set the debug mode for executed scripts.
|
Modifier and Type | Method and Description |
---|---|
static ScriptDebugOptions |
ScriptDebugOptions.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ScriptDebugOptions[] |
ScriptDebugOptions.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Single<String> |
RedisClient.rxScriptDebug(ScriptDebugOptions scriptDebugOptions)
Set the debug mode for executed scripts.
|
RedisClient |
RedisClient.scriptDebug(ScriptDebugOptions scriptDebugOptions,
Handler<AsyncResult<String>> handler)
Set the debug mode for executed scripts.
|
Observable<String> |
RedisClient.scriptDebugObservable(ScriptDebugOptions scriptDebugOptions)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.