| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionRestoreMode |
FunctionRestoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionRestoreMode[] |
FunctionRestoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
AbstractRedisAsyncCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode) |
Mono<String> |
AbstractRedisReactiveCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisFunctionAsyncCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode)
You can restore the dumped payload of loaded libraries.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
RedisFunctionReactiveCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode)
You can restore the dumped payload of loaded libraries.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RedisFunctionCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode)
You can restore the dumped payload of loaded libraries.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionFunctionAsyncCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode)
You can restore the dumped payload of loaded libraries.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionFunctionCommands.functionRestore(byte[] dump,
FunctionRestoreMode mode)
You can restore the dumped payload of loaded libraries.
|
Copyright © 2024 lettuce.io. All rights reserved.