Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.object(String key,
ObjectCmd cmd,
Handler<AsyncResult<String>> handler)
Inspect the internals of Redis objects
|
RedisClient |
RedisClient.object(String key,
ObjectCmd cmd,
Handler<AsyncResult<Void>> handler)
Inspect the internals of Redis objects
|
Single<String> |
RedisTransaction.rxObject(String key,
ObjectCmd cmd)
Inspect the internals of Redis objects
|
Completable |
RedisClient.rxObject(String key,
ObjectCmd cmd)
Inspect the internals of Redis objects
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.object(String key,
ObjectCmd cmd,
Handler<AsyncResult<String>> handler)
Deprecated.
Inspect the internals of Redis objects
|
RedisClient |
RedisClient.object(String key,
ObjectCmd cmd,
Handler<AsyncResult<Void>> handler)
Deprecated.
Inspect the internals of Redis objects
|
Modifier and Type | Method and Description |
---|---|
static ObjectCmd |
ObjectCmd.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ObjectCmd[] |
ObjectCmd.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.object(String key,
ObjectCmd cmd,
Handler<AsyncResult<String>> handler)
Inspect the internals of Redis objects
|
RedisClient |
RedisClient.object(String key,
ObjectCmd cmd,
Handler<AsyncResult<Void>> handler)
Inspect the internals of Redis objects
|
Observable<String> |
RedisTransaction.objectObservable(String key,
ObjectCmd cmd)
Deprecated.
|
Observable<Void> |
RedisClient.objectObservable(String key,
ObjectCmd cmd)
Deprecated.
|
Single<String> |
RedisTransaction.rxObject(String key,
ObjectCmd cmd)
Inspect the internals of Redis objects
|
Single<Void> |
RedisClient.rxObject(String key,
ObjectCmd cmd)
Inspect the internals of Redis objects
|
Copyright © 2023 Eclipse. All rights reserved.