| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Jedis.moduleLoadEx(String path,
ModuleLoadExParams params) |
| Modifier and Type | Method and Description |
|---|---|
String |
ModuleCommands.moduleLoadEx(String path,
ModuleLoadExParams params)
Loads a module from a dynamic library at runtime with configuration directives.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleLoadExParams |
ModuleLoadExParams.arg(String arg) |
ModuleLoadExParams |
ModuleLoadExParams.config(String name,
String value) |
ModuleLoadExParams |
ModuleLoadExParams.moduleLoadexParams() |
Copyright © 2024. All rights reserved.