| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Jedis.moduleLoadEx(java.lang.String path,
ModuleLoadExParams params) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ModuleCommands.moduleLoadEx(java.lang.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(java.lang.String arg) |
ModuleLoadExParams |
ModuleLoadExParams.config(java.lang.String name,
java.lang.String value) |
ModuleLoadExParams |
ModuleLoadExParams.moduleLoadexParams() |
Copyright © 2025. All rights reserved.